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

Commit aa298dca authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: Update SMPS2 and SMPS3 regulator min voltages for sdxpairie



Update the SMPS2 and SMPS3 min voltages as per the client spec.

Change-Id: I2b3de75587d51afcbd3c00fb9c506503f6543c13
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent 42807977
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -41,9 +41,9 @@
		S2E: pmxprairie_s2: regulator-pmxprairie-s2 {
			regulator-name = "pmxprairie_s2";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <1224000>;
			regulator-min-microvolt = <1280000>;
			regulator-max-microvolt = <1400000>;
			qcom,init-voltage = <1224000>;
			qcom,init-voltage = <1280000>;
		};
	};

@@ -54,9 +54,9 @@
		S3E: pmxprairie_s3: regulator-pmxprairie-s3 {
			regulator-name = "pmxprairie_s3";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <800000>;
			regulator-min-microvolt = <950000>;
			regulator-max-microvolt = <1000000>;
			qcom,init-voltage = <800000>;
			qcom,init-voltage = <950000>;
		};
	};