ARM: dts: msm: designate LDO10A as a parent of LDO7B on sdm630

On SDM630, there is a HW bug that could lead to chip damage if
the 3.1V rail (normally provided by PM660 LDO7B) is turned on
while the 1.8V (LDO10A) rail is off. A simple workaround is to
ensure that LDO10A is turned on prior to LDO7B. Achieve this by
making pm660_l10 the parent-supply of the pm6601_l7 regulator.

Change-Id: If04edf52dbbc7f0fccb6fcc86982935a62cc0e0c
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
This commit is contained in:
Vijayavardhan Vennapusa 2017-03-23 11:42:40 +05:30
parent 783427f7ad
commit 24a0aec139

View file

@ -376,6 +376,7 @@
pm660l_l7: regulator-l7 {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3125000>;
parent-supply = <&pm660_l10>;
status = "okay";
};
};