[PATCH 0/2] clk: bcm2835: Propage rate change to PLLH
From: Boris Brezillon <hidden>
Date: 2016-12-01 21:00:18
Also in:
linux-clk
From: Boris Brezillon <hidden>
Date: 2016-12-01 21:00:18
Also in:
linux-clk
Hello, The VEC (Video EnCoder) clock needs to be running at precisely 108Mhz for the VEC IP to work properly. Unfortunately, the current implementation does not propate peripheral clock rate change to their parents, which prevents us from getting the 108Mhz rate unless the PLLH and PLLH_AUX clocks are already configured (by the bootloader) to a multiple of 108Mhz. This series adds support for optional per-periph-clk rate change propagation and enables this feature on the VEC clock. Regards, Boris Boris Brezillon (2): clk: bcm: Support rate change propagation on bcm2835 clocks clk: bcm: Allow rate change propagation to PLLH_AUX on VEC clock drivers/clk/bcm/clk-bcm2835.c | 74 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 69 insertions(+), 5 deletions(-) -- 2.7.4