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

Commit cc052ffa authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: designate LDO12 as a parent of LDO24 on sdm845



On SDM845 there is a HW bug that could lead to chip damage if
the 3.1V rail (normally provided by PM8998 LDO24) is turned on
while the 1.8V (LDO12) rail is off. A simple workaround is to
ensure that LDO12 is turned on prior to LDO24. Achieve this by
making pm8998_l12 the parent-supply of the pm8998_l24 regulator.

Change-Id: Iad9a9eaac85950c9f4f73f634913a78962d2591b
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 20e0464b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -801,6 +801,7 @@
			<RPMH_REGULATOR_MODE_LDO_LPM
			 RPMH_REGULATOR_MODE_LDO_HPM>;
		qcom,mode-threshold-currents = <0 10000>;
		pm8998_l24-parent-supply = <&pm8998_l12>;
		pm8998_l24: regulator-l24 {
			regulator-name = "pm8998_l24";
			qcom,set = <RPMH_REGULATOR_SET_ALL>;