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

Commit 6a414e46 authored by Brian Norris's avatar Brian Norris Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: correct regulator PM properties



This DTS file was submitted with non-upstream bindings. I happened
across this while reviewing the jaq DTS.

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 378abcdf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -128,12 +128,16 @@
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			regulator-name = "vcc33_touch";
			regulator-suspend-mem-disabled;
			regulator-state-mem {
				regulator-off-in-suspend;
			};
		};

		vcc5v_touch: SWITCH_REG2 {
			regulator-name = "vcc5v_touch";
			regulator-suspend-mem-disabled;
			regulator-state-mem {
				regulator-off-in-suspend;
			};
		};
	};
};