projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8cb53
)
clk: rockchip: make rk3188 hclk_vio_bus critical
author
Mark Yao
<mark.yao@rock-chips.com>
Wed, 8 Nov 2017 09:41:24 +0000
(17:41 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Thu, 15 Nov 2018 14:14:12 +0000
(15:14 +0100)
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>
drivers/clk/rockchip/clk-rk3188.c
patch
|
blob
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3188.c
b/drivers/clk/rockchip/clk-rk3188.c
index 7c6af8e25b0c1051a9deabcc2c05331f79792c32..7ea20341e870baa242b72b3907818b283271d9db 100644
(file)
--- 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)