commit | 176df69cb080c8cd813e51f800069e13ee607641 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Fri May 13 11:42:16 2016 -0700 |
committer | Heiko Stuebner <heiko@sntech.de> | Mon May 30 09:40:23 2016 +0200 |
tree | d0a2315258d5dd561db5a8d104b010a8c023dcf6 | |
parent | 595144c1141c951a3c6bb9004ae6a2bc29aad66f [diff] |
clk: rockchip: mark rk3399 GIC clocks as critical We never want to kill the GIC. Noticed when making other clock fixups, and seeing the newly-constructed clock tree try to disable cpll, where we had this parent structure: aclk_gic <------\ |--- aclk_gic_pre <-- cpll <-- pll_cpll aclk_gic_noc <--/ Signed-off-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>