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

Commit 3feb18e3 authored by Kiran Gunda's avatar Kiran Gunda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Correct the smpa1 regulator label for sdm429w



Correct the smpa1 regulator label from "regulator-s2" to
"regulator-s1".

Change-Id: I48ed64734a96e204896e5e3ad402e84b10386dcd
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 2b910b4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@
		qcom,hpm-min-load = <100000>;
		status = "disabled";

		regulator-s2 {
		regulator-s1 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "pm660_s2";
			regulator-name = "pm660_s1";
			qcom,set = <3>;
			status = "disabled";
		};