clk: rockchip: rk3288: make aclk_vio1_niu a critical clock
authorJacob Chen <jacob2.chen@rock-chips.com>
Thu, 5 Jan 2017 07:46:48 +0000 (15:46 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Fri, 6 Jan 2017 02:44:30 +0000 (10:44 +0800)
aclk_vio1_niu is required by rga/edp/hdmi
It might be disabled by  pm_runtime calling.

Change-Id: I722ce36d91160d546fc93560141023a0e19084b6
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
drivers/clk/rockchip/clk-rk3288.c

index 3503c8ebe82e4d62373d7b6a755d03b329ca3746..e8e5f2b2193f3d04a8e6e4275aefd5a86956ae81 100644 (file)
@@ -815,6 +815,7 @@ static struct rockchip_clk_branch rk3288_clk_branches[] __initdata = {
 static const char *const rk3288_critical_clocks[] __initconst = {
        "aclk_cpu",
        "aclk_peri",
+       "aclk_vio1_niu",
        "hclk_peri",
        "pclk_pd_pmu",
 };