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

Commit 522270d2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: correct PM8005 S1 min/max voltage for msmcobalt"

parents 658a0f5f c9f25657
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@
			regulator-name = "pm8005_s1";
			status = "okay";
			regulator-min-microvolt = <524000>;
			regulator-max-microvolt = <1032000>;
			regulator-max-microvolt = <1100000>;
			qcom,enable-time = <500>;
		};
	};
+5 −0
Original line number Diff line number Diff line
@@ -525,6 +525,11 @@
	qcom,cpr-scaled-open-loop-voltage-as-ceiling;
};

&pm8005_s1 {
	regulator-min-microvolt = <516000>;
	regulator-max-microvolt = <1088000>;
};

&gfx_cpr {
	compatible = "qcom,cpr4-msmcobalt-v2-mmss-regulator";
};