]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks
authorAlex Bee <knaerzche@gmail.com>
Thu, 9 May 2024 14:06:50 +0000 (16:06 +0200)
committerHeiko 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

index a20d1fd25e2a6423bf916615458ab019d4be87d0..d076b7971f33dddf2d84832291f37b4239125c09 100644 (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",