arm64: dts: rockchip: rk3566-box: adjust suspend mode define for box

Signed-off-by: Huang zhibao <hzb@rock-chips.com>
Change-Id: I2cf3b85f0bfc7ed9b369bbedaa19f1776c814598
This commit is contained in:
Huang zhibao
2021-03-04 18:16:52 +08:00
committed by Tao Huang
parent feac441a49
commit 1ae52baba3

View File

@@ -279,6 +279,25 @@
status = "okay";
};
&rockchip_suspend {
status = "okay";
rockchip,sleep-mode-config = <
(0
| RKPM_SLP_CENTER_OFF
| RKPM_SLP_HW_PLLS_OFF
| RKPM_SLP_PMUALIVE_32K
| RKPM_SLP_PMIC_LP
| RKPM_SLP_32K_PVTM
)
>;
rockchip,wakeup-config = <
(0
| RKPM_PWM0_WKUP_EN
| RKPM_CPU0_WKUP_EN
)
>;
};
&route_hdmi {
status = "okay";
connect = <&vp0_out_hdmi>;