mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
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:
parent
f1616f236f
commit
5fa933c874
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user