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

Commit 7ffec40b authored by Ritesh Harjani's avatar Ritesh Harjani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: mdm: Fix LDO13 voltage outputs for mdmfermium



LDO13 regulator outputs seem to be wrong based on IPcatalog.
Fix the output values of LDO13 voltage regulator for
mdmfermium.

Change-Id: I949384228b60ac6fb7b576bcd6da7bf48c539f5b
Signed-off-by: default avatarRitesh Harjani <riteshh@codeaurora.org>
parent 46a4e834
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -259,8 +259,8 @@
		mdmfermium_l13: regulator-l13 {
			compatible = "qcom,rpm-smd-regulator";
			regulator-name = "mdmfermium_l13";
			regulator-min-microvolt = <2850000>;
			regulator-max-microvolt = <3300000>;
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <2850000>;
			qcom,init-voltage = <2850000>;
			status = "okay";
		};