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

Commit c9f25657 authored by David Collins's avatar David Collins
Browse files

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



Correct the minimum and maximum PM8005 SMPS 1 regulator voltage
constraints for MSMCOBALT v1 and v2 so that they encompass all
values that the VDD_GFX CPR control may need to request.

Change-Id: I479e23db73a64e0fc1371e6b5abfaf1c8969954b
CRs-Fixed: 1068464
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 4e2a8a0f
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";
};