mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
clk: rockchip: rk3066a: make hclk_vio_bus critical
Vop register access request hclk_vio_bus. Change-Id: I94363252c595f248c1543c8484ccb071c51dcfda Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
parent
391bf3832d
commit
44c576cb5d
|
|
@ -754,7 +754,8 @@ static const char *const rk3188_critical_clocks[] __initconst = {
|
|||
"hclk_peri",
|
||||
"pclk_cpu",
|
||||
"pclk_peri",
|
||||
"hclk_cpubus"
|
||||
"hclk_cpubus",
|
||||
"hclk_vio_bus"
|
||||
};
|
||||
|
||||
static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user