clk: rockchip: handle critical clocks after registering all clocks
Currently the registration of critical clocks is done in the function shared between rk3066 and rk3188 clock trees. That results in them getting handled maybe before all of them are registered. Therefore move the critical clock handling down to the end of the soc- specific clock registration function, so that all clocks are registered before they're maybe handled as critical clock. Signed-off-by: NHeiko Stuebner <heiko@sntech.de> Tested-by: NMichael Niewoehner <linux@mniewoehner.de> Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
Showing
想要评论请 注册 或 登录