commit | 8334c0e7b983fb27e0d8788901e9621d1946ba93 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Thu Oct 01 11:38:35 2015 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Oct 01 14:58:28 2015 -0700 |
tree | 6aa928269d6546ad28a721025d434039f5ef08c0 | |
parent | df70aeef60839cb2732913fa41e61aba52ca942c [diff] |
clk: rockchip: don't use clk_ APIs in the pll init-callback Separate the update of pll registers from the actual set_rate function so that the init callback does not need to access clk-API functions. As we now have separated the getting and setting of the pll parameters we can also directly use these new functions in other places too. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>