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:
parent
783427f7ad
commit
24a0aec139
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@
|
||||||
pm660l_l7: regulator-l7 {
|
pm660l_l7: regulator-l7 {
|
||||||
regulator-min-microvolt = <2700000>;
|
regulator-min-microvolt = <2700000>;
|
||||||
regulator-max-microvolt = <3125000>;
|
regulator-max-microvolt = <3125000>;
|
||||||
|
parent-supply = <&pm660_l10>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue