summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVijayavardhan Vennapusa <vvreddy@codeaurora.org>2017-03-23 11:42:40 +0530
committerVijayavardhan Vennapusa <vvreddy@codeaurora.org>2017-03-23 11:42:40 +0530
commit24a0aec139dbe042de34e7fe89c0e12afdc74729 (patch)
treefe40ff099830065fab2b4c35d7fe4ef0e40be48a /arch
parent783427f7ad16090b68801d1142c20df47bced74b (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/sdm630-regulator.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi b/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi
index c16c83050f31..eded8b08528a 100644
--- a/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm630-regulator.dtsi
@@ -376,6 +376,7 @@
pm660l_l7: regulator-l7 {
regulator-min-microvolt = <2700000>;
regulator-max-microvolt = <3125000>;
+ parent-supply = <&pm660_l10>;
status = "okay";
};
};