From: Jianqun xu Date: Wed, 2 Dec 2015 13:22:31 +0000 (+0800) Subject: clk: rockchip: protect rk3368 aclk_bus and aclk_peri clocks X-Git-Tag: v4.5-rc1~82^2~10^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=941c4d3f11c9b591f7762d125b7977ceffb1fa7c;p=karo-tx-linux.git clk: rockchip: protect rk3368 aclk_bus and aclk_peri clocks Add aclk_bus and aclk_peri to the list of rk3368 critical clocks, which are the base clocks that supply for all peripherals, never to be disabled automatically. Signed-off-by: Jianqun xu Signed-off-by: Heiko Stuebner --- diff --git a/drivers/clk/rockchip/clk-rk3368.c b/drivers/clk/rockchip/clk-rk3368.c index 1834b6ad6725..4d2e7e56ee68 100644 --- a/drivers/clk/rockchip/clk-rk3368.c +++ b/drivers/clk/rockchip/clk-rk3368.c @@ -819,6 +819,8 @@ static struct rockchip_clk_branch rk3368_clk_branches[] __initdata = { }; static const char *const rk3368_critical_clocks[] __initconst = { + "aclk_bus", + "aclk_peri", /* * pwm1 supplies vdd_logic on a lot of boards, is currently unhandled * but needs to stay enabled there (including its parents) at all times.