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: 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>
This commit is contained in:
Alex Bee
2024-05-09 16:06:50 +02:00
committed by Heiko Stuebner
parent 577c04fbf2
commit e745698209

View File

@@ -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",