clk: rockchip: rk3368: set hclk_vio_noc as critical clock

to fix up the display shaking when uboot to kernel show.

Change-Id: I5f85028921d76a2dea752aafe7420b05b041bc8e
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2017-03-27 17:28:04 +08:00
parent f1616f236f
commit 5fa933c874

View 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)