ARM: dts: rockchip: rk3506g-demo-display-control: Update system suspend config

- Mode add: RKPM_PWM0_CH0_CORE_PWREN
- Update pwrctrl

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I413a57ffab294f080ece58b273667ad7ca3dd0e1
This commit is contained in:
Joseph Chen
2025-02-24 10:01:50 +08:00
committed by Jianhong Chen
parent b6535e57a2
commit 1dfea63d6f

View File

@@ -578,9 +578,20 @@
};
&rockchip_suspend {
rockchip,sleep-mode-config = <
(0
| RKPM_ARMOFF_DDRPD
| RKPM_24M_OSC_DIS
| RKPM_32K_CLK
| RKPM_32K_SRC_RC
| RKPM_PWM0_CH0_CORE_PWREN
)
>;
rockchip,apios-suspend = <
(0
| RKPM_PWREN_SLEEP_GPIO0C1 | RKPM_PWREN_SLEEP_ACT_HIGH
| RKPM_PWREN_CORE_GPIO0C1 | RKPM_PWREN_CORE_ACT_HIGH
| RKPM_PWREN_SLEEP_GPIO0B5 | RKPM_PWREN_SLEEP_ACT_HIGH
)
>;
};