mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: rk3506: Add rockchip-suspend node
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2ee72633c016d83d8655f4172252bd1c0c41cd14
This commit is contained in:
committed by
Jianhong Chen
parent
3a23e8876c
commit
d9e3721dae
@@ -9,6 +9,7 @@
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/suspend/rockchip-rk3506.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
@@ -347,6 +348,27 @@
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_suspend: rockchip-suspend {
|
||||
compatible = "rockchip,pm-config";
|
||||
status = "okay";
|
||||
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_ARMOFF_DDRPD
|
||||
| RKPM_24M_OSC_DIS
|
||||
| RKPM_32K_CLK
|
||||
| RKPM_32K_SRC_RC
|
||||
| RKPM_SLP_RC_PWM1_CH(1)
|
||||
)
|
||||
>;
|
||||
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO0_WAKEUP_EN
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user