Skip to content

Commit e745698

Browse files
knaerzchemmind
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 577c04f commit e745698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3128.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ static const char *const rk3128_critical_clocks[] __initconst = {
563563
"pclk_cpu",
564564
"aclk_peri",
565565
"hclk_peri",
566+
"hclk_vio_h2p",
566567
"pclk_peri",
567568
"pclk_pmu",
568569
"sclk_timer5",

0 commit comments

Comments
 (0)