mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rv1126b-evb3-v10: Add rtc/rockchip_suspend support
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Change-Id: I85b04227b0410307f02c81f5522c741cae234504
This commit is contained in:
@@ -448,6 +448,28 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rockchip_suspend {
|
||||
status = "okay";
|
||||
|
||||
rockchip,sleep-pin-config = <
|
||||
(0
|
||||
)
|
||||
>;
|
||||
rockchip,sleep-mode-config = <
|
||||
(0
|
||||
| RKPM_SLP_ARMOFF_LOGOFF
|
||||
| RKPM_SLP_PMU_PMUALIVE_32K
|
||||
| RKPM_SLP_PMU_DIS_OSC
|
||||
| RKPM_SLP_LP_PR
|
||||
)
|
||||
>;
|
||||
};
|
||||
|
||||
&rtc {
|
||||
rockchip,rtc-suspend-bypass;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
sdio-pwrseq {
|
||||
wifi_enable_h: wifi-enable-h {
|
||||
|
||||
Reference in New Issue
Block a user