arm64: dts: rockchip: rk1808-evb: adjust some regulator config

Poweroff vcc1v8_dvp, vdd1v5_dvp, vccio_sd, vcc3v3_sd
in rk809 sleep mode.

Change-Id: I3c3194449cd0ed17df84c9c03ad2ae4d2f3f720d
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2019-03-07 20:17:46 +08:00
committed by Tao Huang
parent 5e962a03f6
commit a48ab7bf75

View File

@@ -448,7 +448,7 @@
regulator-name = "vcc1v8_dvp";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
};
@@ -459,7 +459,7 @@
regulator-name = "vdd1v5_dvp";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <1500000>;
};
@@ -486,7 +486,7 @@
regulator-name = "vccio_sd";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};
@@ -497,7 +497,7 @@
regulator-name = "vcc3v3_sd";
regulator-state-mem {
regulator-on-in-suspend;
regulator-off-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};