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

Commit 698c4dd0 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Update the LDOs max voltage limit for QCS610



Update the LDO16A/LDO19A/LDO4C/LDO5C max voltages for qcs610
and qcs410.

Change-Id: Iadd3b9cc592e46819ed1bfbbcc523158e41aa6f8
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent b31d5f49
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -132,3 +132,19 @@
&pil_modem_mem {
	reg = <0 0x8fd00000 0 0x3100000>;
};

&L16A {
	regulator-max-microvolt = <3304000>;
};

&L19A {
	regulator-max-microvolt = <3304000>;
};

&L4C {
	regulator-max-microvolt = <2912000>;
};

&L5C {
	regulator-max-microvolt = <2912000>;
};
+16 −0
Original line number Diff line number Diff line
@@ -173,3 +173,19 @@

	status = "ok";
};

&L16A {
	regulator-max-microvolt = <3304000>;
};

&L19A {
	regulator-max-microvolt = <3304000>;
};

&L4C {
	regulator-max-microvolt = <2912000>;
};

&L5C {
	regulator-max-microvolt = <2912000>;
};