projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577c04f
)
clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks
author
Alex Bee
<knaerzche@gmail.com>
Thu, 9 May 2024 14:06:50 +0000
(16:06 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 28 May 2024 14:38:29 +0000
(16:38 +0200)
The DSI controller needs this clock to be enabled in order to be able to
access the registers. Make it critical for that purpose.
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Link:
https://lore.kernel.org/r/20240509140653.168591-5-knaerzche@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3128.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/rockchip/clk-rk3128.c
b/drivers/clk/rockchip/clk-rk3128.c
index a20d1fd25e2a6423bf916615458ab019d4be87d0..d076b7971f33dddf2d84832291f37b4239125c09 100644
(file)
--- a/
drivers/clk/rockchip/clk-rk3128.c
+++ b/
drivers/clk/rockchip/clk-rk3128.c
@@
-563,6
+563,7
@@
static const char *const rk3128_critical_clocks[] __initconst = {
"pclk_cpu",
"aclk_peri",
"hclk_peri",
+ "hclk_vio_h2p",
"pclk_peri",
"pclk_pmu",
"sclk_timer5",