From 1f258c4eeccf346cf6b1a2ee6b23b98f712bb263 Mon Sep 17 00:00:00 2001 From: Ziyuan Xu Date: Wed, 28 May 2025 14:52:32 +0800 Subject: [PATCH] arm64: dts: rockchip: rv1126b-evb3-v10: Add rtc/rockchip_suspend support Signed-off-by: Ziyuan Xu Change-Id: I85b04227b0410307f02c81f5522c741cae234504 --- .../boot/dts/rockchip/rv1126b-evb3-v10.dts | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rv1126b-evb3-v10.dts b/arch/arm64/boot/dts/rockchip/rv1126b-evb3-v10.dts index d7c69c18fb26..4e0d11055849 100644 --- a/arch/arm64/boot/dts/rockchip/rv1126b-evb3-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rv1126b-evb3-v10.dts @@ -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 {