Commit e7456982 authored by Alex Bee's avatar Alex Bee Committed by Heiko Stuebner

clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks

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: default avatarAlex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20240509140653.168591-5-knaerzche@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 577c04fb
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment