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

Commit 052e8e5d authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update SMPS3E min and init voltages for sdxprairie



Update regulator SMPS3E's min and init voltages to 0.8V to match
its corresponding AOP values as per the HW recommendation.

Change-Id: I238f994982e468ba982e24d0b812b85c50c4d82a
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 0d2a2c8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,9 +54,9 @@
		S3E: pmxprairie_s3: regulator-pmxprairie-s3 {
			regulator-name = "pmxprairie_s3";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <950000>;
			regulator-min-microvolt = <800000>;
			regulator-max-microvolt = <1000000>;
			qcom,init-voltage = <950000>;
			qcom,init-voltage = <800000>;
		};
	};