clk: rockchip: also protect hclk_peri as critical
authorHeiko Stübner <heiko@sntech.de>
Wed, 10 Sep 2014 15:52:02 +0000 (17:52 +0200)
committerMike Turquette <mturquette@linaro.org>
Wed, 10 Sep 2014 17:42:02 +0000 (10:42 -0700)
commit2fed71e57ae8b44e854a36d33e9a86a94a7628a4
treed2bcb34d5dee292c455290b8d3f58b8a89430df0
parentfeaefa0ea1f1ab3fb92519aef2099ab4d75cce05
clk: rockchip: also protect hclk_peri as critical

The dwc2 usb controller also uses agressive clock gating, which in this
case leads to hclk_peri getting disabled and hanging the system.
Therefore move it to the critical clocks until we also control that
part of the system.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/rockchip/clk-rk3188.c
drivers/clk/rockchip/clk-rk3288.c