diff mbox series

clk: rockchip: make rk3188 hclk_vio_bus critical

Message ID 20181115143815.23717-1-heiko@sntech.de (mailing list archive)
State Awaiting Upstream, archived
Headers show
Series clk: rockchip: make rk3188 hclk_vio_bus critical | expand

Commit Message

Heiko Stuebner Nov. 15, 2018, 2:38 p.m. UTC
From: Mark Yao <mark.yao@rock-chips.com>

Vop register access request hclk_vio_bus.

Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
Picked from the vendor kernel and already applied, as I also
needed that to make my rk3188 tablet's display work.

 drivers/clk/rockchip/clk-rk3188.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/clk/rockchip/clk-rk3188.c b/drivers/clk/rockchip/clk-rk3188.c
index 7c6af8e25b0c..7ea20341e870 100644
--- a/drivers/clk/rockchip/clk-rk3188.c
+++ b/drivers/clk/rockchip/clk-rk3188.c
@@ -757,7 +757,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)