mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user