diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-08-21 19:51:41 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-09-10 13:55:21 -0700 |
commit | bb0f73616396e7929b68d3bdea70064003599d33 (patch) | |
tree | bc1ddd653a8b30fbd5df37decb9f96f0b3654fb9 /drivers/net | |
parent | 9f42a89da6b4dc015631e01ba990d3db2cae2a1b (diff) | |
download | linux-bb0f73616396e7929b68d3bdea70064003599d33.tar.bz2 |
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: Heiko Stuebner <heiko@sntech.de>
Tested-by: Michael Niewoehner <linux@mniewoehner.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions