mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: add rockchip-suspend node for rk3399
Change-Id: I6af1f487f40c0775102d3b9951617c5d03b884ef Signed-off-by: Shengfei xu <xsf@rock-chips.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
#include <dt-bindings/power/rk3399-power.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/suspend/rockchip-rk3399.h>
|
||||
#include <dt-bindings/thermal/thermal.h>
|
||||
|
||||
#include "rk3399-dram-default-timing.dtsi"
|
||||
@@ -2639,4 +2640,27 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_suspend: rockchip-suspend {
|
||||
compatible = "rockchip,pm-rk3399";
|
||||
status = "disabled";
|
||||
rockchip,sleep-debug-en = <0>;
|
||||
rockchip,virtual-poweroff = <0>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMPD
|
||||
| RKPM_SLP_PERILPPD
|
||||
| RKPM_SLP_DDR_RET
|
||||
| RKPM_SLP_PLLPD
|
||||
| RKPM_SLP_OSC_DIS
|
||||
| RKPM_SLP_CENTER_PD
|
||||
| RKPM_SLP_AP_PWROFF
|
||||
)
|
||||
>;
|
||||
rockchip,wakeup-config = <
|
||||
(0
|
||||
| RKPM_GPIO_WKUP_EN
|
||||
)
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user