From 85180d359d67412b7f7d247855d5f438dc7ebc05 Mon Sep 17 00:00:00 2001 From: XiaoDong Huang Date: Wed, 5 Jan 2022 10:36:04 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3588-rk806-single: adjust power state in suspend 1. on vdd_log_s0, vcc_3v3_s3. 2. off vdd_ddr_s0, vcc_1v8_s0, vdd_ddr_pll_s0. Signed-off-by: XiaoDong Huang Change-Id: Ife796d82626e2f2c319588b98d1f39d4ba7ad225 --- arch/arm64/boot/dts/rockchip/rk3588-rk806-single.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rk806-single.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-rk806-single.dtsi index 6d48d50d68c3..d9afec8d5f55 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-rk806-single.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-rk806-single.dtsi @@ -258,7 +258,7 @@ regulator-ramp-delay = <12500>; regulator-name = "vdd_log_s0"; regulator-state-mem { - regulator-off-in-suspend; + regulator-on-in-suspend; }; }; @@ -283,7 +283,7 @@ regulator-ramp-delay = <12500>; regulator-name = "vdd_ddr_s0"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <850000>; }; }; @@ -316,7 +316,7 @@ regulator-max-microvolt = <3300000>; regulator-name = "vcc_3v3_s3"; regulator-state-mem { - regulator-off-in-suspend; + regulator-on-in-suspend; }; }; @@ -359,7 +359,7 @@ regulator-max-microvolt = <1800000>; regulator-name = "vcc_1v8_s0"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <1800000>; }; }; @@ -428,7 +428,7 @@ regulator-max-microvolt = <850000>; regulator-name = "vdd_ddr_pll_s0"; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; regulator-suspend-microvolt = <850000>; }; };