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 <derrick.huang@rock-chips.com>
Change-Id: Ife796d82626e2f2c319588b98d1f39d4ba7ad225
This commit is contained in:
XiaoDong Huang
2022-01-05 10:36:04 +08:00
committed by Tao Huang
parent 8bda65645d
commit 85180d359d

View File

@@ -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>;
};
};