aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5800-peach-pi.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-08-18 14:26:51 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-08-18 15:14:57 -0400
commita130548d8c06d4fda098f25a6b3dec62beec27cc (patch)
tree1a026499674749eb2d6471cee53b1e0bc64925a8 /arch/arm/boot/dts/exynos5800-peach-pi.dts
parentaaa25a5a33cb2f406e59ff06a86b7f91026c2fa2 (diff)
ARM: dts: Improve Peach Pit and Pi power scheme
The DeviceTree files for the Peach Pit and Pi machines have a simplistic model of the connections between the different regulators since not all the tps65090 regulators get their input supply voltage from the VDC. DCDC1-3, LD0-1 and fet7 parent supply is indded VDC but the fet1-6 get their input supply from the DCDC1 and DCDC2 output voltage rails. Update the DeviceTree to better reflect the real connections between tps65090 regulators. Having this information in the DTS is useful since FETs are switches that don't provide an output voltage so the regulator core needs to fetch the FET parent output voltage if the child voltage is queried. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Acked-by: Mark Brown <broonie@linaro.org> Acked-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5800-peach-pi.dts')
-rw-r--r--arch/arm/boot/dts/exynos5800-peach-pi.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index a587dd6dbcc5..9ae98aa8b171 100644
--- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
@@ -355,12 +355,12 @@
355 vsys2-supply = <&vbat>; 355 vsys2-supply = <&vbat>;
356 vsys3-supply = <&vbat>; 356 vsys3-supply = <&vbat>;
357 infet1-supply = <&vbat>; 357 infet1-supply = <&vbat>;
358 infet2-supply = <&vbat>; 358 infet2-supply = <&tps65090_dcdc1>;
359 infet3-supply = <&vbat>; 359 infet3-supply = <&tps65090_dcdc2>;
360 infet4-supply = <&vbat>; 360 infet4-supply = <&tps65090_dcdc2>;
361 infet5-supply = <&vbat>; 361 infet5-supply = <&tps65090_dcdc2>;
362 infet6-supply = <&vbat>; 362 infet6-supply = <&tps65090_dcdc2>;
363 infet7-supply = <&vbat>; 363 infet7-supply = <&tps65090_dcdc1>;
364 vsys-l1-supply = <&vbat>; 364 vsys-l1-supply = <&vbat>;
365 vsys-l2-supply = <&vbat>; 365 vsys-l2-supply = <&vbat>;
366 366