mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
clk: rockchip: rk3568: protect pwm clks
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: Ie5e2aab61d94d1269fc7a5c369379f3682d092d7
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user