Re: [PATCH] clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre

2014-10-11 Thread Heiko Stübner
Hi Doug, Am Montag, 6. Oktober 2014, 10:15:27 schrieb Doug Anderson: > We'd like to be able to call clk_set_rate() on aclk_cpu (a gate) at > bootup. In order for this to have any effect we need its parent > (aclk_cpu_pre) to percolate the rate change to _its_ parent > (aclk_cpu_src). Add CLK_SET

[PATCH] clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre

2014-10-06 Thread Doug Anderson
We'd like to be able to call clk_set_rate() on aclk_cpu (a gate) at bootup. In order for this to have any effect we need its parent (aclk_cpu_pre) to percolate the rate change to _its_ parent (aclk_cpu_src). Add CLK_SET_RATE_PARENT to make this happen. Signed-off-by: Doug Anderson --- drivers/