Skip to content

Commit 44c576c

Browse files
Mark Yaorkhuangtao
authored andcommitted
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>
1 parent 391bf38 commit 44c576c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clk/rockchip/clk-rk3188.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,8 @@ static const char *const rk3188_critical_clocks[] __initconst = {
754754
"hclk_peri",
755755
"pclk_cpu",
756756
"pclk_peri",
757-
"hclk_cpubus"
757+
"hclk_cpubus",
758+
"hclk_vio_bus"
758759
};
759760

760761
static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np)

0 commit comments

Comments
 (0)