clk: rockchip: rk3368: set hclk_vio_noc as critical clock
authorElaine Zhang <zhangqing@rock-chips.com>
Mon, 27 Mar 2017 09:28:04 +0000 (17:28 +0800)
committerElaine Zhang <zhangqing@rock-chips.com>
Mon, 27 Mar 2017 09:28:04 +0000 (17:28 +0800)
to fix up the display shaking when uboot to kernel show.

Change-Id: I5f85028921d76a2dea752aafe7420b05b041bc8e
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
drivers/clk/rockchip/clk-rk3368.c

index dccd897a431cd07eb4e334e33169d2272e1af05f..e4554a3ca525d82d22b8dac079d4ba9515d870d6 100644 (file)
@@ -860,6 +860,7 @@ static const char *const rk3368_critical_clocks[] __initconst = {
        "aclk_bus",
        "aclk_peri",
        "pclk_pd_pmu",
+       "hclk_vio_noc",
 };
 
 static void __init rk3368_clk_init(struct device_node *np)