mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588-nvr-demo: overwrite rockchip_suspend node
Overwrite rockchip_suspend node for waking up by pwm_int in system suspend: 1. Use 24M clock in suspend; 2. Enable RKPM_CPU0_WKUP_EN wakeup; 3. Enable virtual-poweroff; 4. Enable sleep-debug-en; Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: I10685799a90cc5dde2f698924e5bd8a45ad00b27
This commit is contained in:
committed by
Tao Huang
parent
baccd98fb9
commit
c67b9d6c2d
@@ -490,6 +490,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
rockchip,sleep-debug-en = <1>;
|
||||
rockchip,virtual-poweroff = <1>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMOFF_DDRPD
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_CPU0_WKUP_EN
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
&route_hdmi0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user