clk: rockchip: rk3568: protect pwm clks

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Ie5e2aab61d94d1269fc7a5c369379f3682d092d7
This commit is contained in:
Elaine Zhang
2024-11-26 16:54:05 +08:00
committed by Tao Huang
parent 269f106ee6
commit e0c790b129

View File

@@ -1626,6 +1626,14 @@ static void rk3568_dump_cru(void)
}
static int protect_clocks[] = {
CLK_PWM0,
PCLK_PWM0,
CLK_PWM1,
PCLK_PWM1,
CLK_PWM2,
PCLK_PWM2,
CLK_PWM3,
PCLK_PWM3,
ACLK_VO,
HCLK_VO,
ACLK_VOP,