mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rv1126b: add rockchip_suspend node
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: Ie48cf27fec8a2543aa1dd24c96ba8aaed2de4012
This commit is contained in:
committed by
Tao Huang
parent
12d2a304c6
commit
b4606fb76f
@@ -12,6 +12,7 @@
|
||||
#include <dt-bindings/power/rockchip,rv1126b-power.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/soc/rockchip-system-status.h>
|
||||
#include <dt-bindings/suspend/rockchip-rv1126b.h>
|
||||
|
||||
/ {
|
||||
compatible = "rockchip,rv1126b";
|
||||
@@ -749,6 +750,25 @@
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_suspend: rockchip-suspend {
|
||||
compatible = "rockchip,pm-config";
|
||||
status = "disabled";
|
||||
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMOFF_PMUOFF
|
||||
| RKPM_SLP_PMU_PMUALIVE_32K
|
||||
| RKPM_SLP_PMU_DIS_OSC
|
||||
| RKPM_SLP_32K_EXT
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO0_WKUP_EN
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
rockchip_system_monitor: rockchip-system-monitor {
|
||||
compatible = "rockchip,system-monitor";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user