Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 467fb18a authored by Brian Norris's avatar Brian Norris Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: correct regulator power states for suspend



When getting translated from a downstream device tree that used slightly
different DT bindings, these regulators got labeled with the
"on-in-suspend" state, when they were actually supposed to be turned off
for S3 suspend. This was harmless, but not intentional, AFAICT.

Let's turn them off to get the optimal power state.

Signed-off-by: default avatarBrian Norris <briannorris@chromium.org>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6a414e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			regulator-state-mem {
				regulator-on-in-suspend;
				regulator-off-in-suspend;
			};
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
			regulator-boot-on;
			regulator-name = "vcc18_lcd";
			regulator-state-mem {
				regulator-on-in-suspend;
				regulator-off-in-suspend;
			};
		};
	};
+2 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-state-mem {
				regulator-on-in-suspend;
				regulator-off-in-suspend;
			};
		};

@@ -102,7 +102,7 @@
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-state-mem {
				regulator-on-in-suspend;
				regulator-off-in-suspend;
			};
		};
	};