commit | 61e309f322f264917e5dcbd7ea773df1db53629a | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Mon Oct 06 10:15:27 2014 -0700 |
committer | Heiko Stuebner <heiko@sntech.de> | Mon Oct 20 12:00:55 2014 +0200 |
tree | d55dab986305b137b5de86dc8c0a51dbf3130b69 | |
parent | de7d6c3eebbe6da47c07f048ca689e10f194b842 [diff] |
clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre 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 <dianders@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>