clk: rockchip: mark rk3399 GIC clocks as critical
authorBrian Norris <briannorris@chromium.org>
Fri, 13 May 2016 18:42:16 +0000 (11:42 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 May 2016 07:40:23 +0000 (09:40 +0200)
commit176df69cb080c8cd813e51f800069e13ee607641
treed0a2315258d5dd561db5a8d104b010a8c023dcf6
parent595144c1141c951a3c6bb9004ae6a2bc29aad66f
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>
drivers/clk/rockchip/clk-rk3399.c