From: Alex Bee Date: Thu, 9 May 2024 14:06:50 +0000 (+0200) Subject: clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks X-Git-Tag: v6.11-rc1~109^2^3^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e745698209837a952d4515bc02cddd5a31a644b9;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20240509140653.168591-5-knaerzche@gmail.com Signed-off-by: Heiko Stuebner --- diff --git a/drivers/clk/rockchip/clk-rk3128.c b/drivers/clk/rockchip/clk-rk3128.c index a20d1fd25e2a6..d076b7971f33d 100644 --- 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",