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

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

ARM: dts: qcom: remove mode control from L7F regulator for Kona

PMIC PM8009 LDO regulator L7F needs to stay in bypass mode at all
times so that it acts as a switch.  The bootloader initializes
its mode to bypass.  Thus, remove all mode control capabilities
from the rpmh-regulator device for this regulator to avoid
overriding the default bypass mode.

Change-Id: I5d7bf66b1c3c4d32a22eecea760f1271078bf1f4
parent a36561b3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -879,17 +879,12 @@
		compatible = "qcom,rpmh-vrm-regulator";
		qcom,resource-name = "ldof7";
		qcom,regulator-type = "pmic5-ldo";
		qcom,supported-modes =
			<RPMH_REGULATOR_MODE_LPM
			 RPMH_REGULATOR_MODE_HPM>;
		qcom,mode-threshold-currents = <0 10000>;
		L7F: pm8009_l7: regulator-pm8009-l7 {
			regulator-name = "pm8009_l7";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			qcom,init-voltage = <1800000>;
			qcom,init-mode = <RPMH_REGULATOR_MODE_LPM>;
		};
	};
};