[PATCH] clk: rockchip: handle critical clocks after registrering all clocks
From: Stephen Boyd <hidden>
Date: 2015-09-10 20:56:16
Also in:
linux-clk, linux-rockchip
From: Stephen Boyd <hidden>
Date: 2015-09-10 20:56:16
Also in:
linux-clk, linux-rockchip
On 08/21, Heiko Stuebner wrote:
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: Heiko Stuebner <heiko@sntech.de> ---
Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project