aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRavikumar Kattekola <rk@ti.com>2014-12-03 07:03:56 -0500
committerTony Lindgren <tony@atomide.com>2014-12-10 12:33:50 -0500
commitd114e8543520a7b8fa99a95ae59c0a918f1add11 (patch)
treed1c3d04c76e922ce63da4b7a28d6a421d327465e /arch
parent4fdd54f017d05e21e592992d68be08c6590b4b94 (diff)
ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
The max expected voltage for VDD_GPU, connected to SMPS6, is 1.25V. Correct regulator max voltage constraint to meet this requirement. Document reference: DRA74 Data Manual, SPRS857M - Dec 2012, Revised Oct 2014. Fixes: c56a831ca47e ("ARM: dts: DRA7: Add TPS659038 PMIC nodes") Signed-off-by: Ravikumar Kattekola <rk@ti.com> Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 736092b1a535..b6b92861115d 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -304,7 +304,7 @@
304 /* VDD_GPU - over VDD_SMPS6 */ 304 /* VDD_GPU - over VDD_SMPS6 */
305 regulator-name = "smps6"; 305 regulator-name = "smps6";
306 regulator-min-microvolt = <850000>; 306 regulator-min-microvolt = <850000>;
307 regulator-max-microvolt = <12500000>; 307 regulator-max-microvolt = <1250000>;
308 regulator-always-on; 308 regulator-always-on;
309 regulator-boot-on; 309 regulator-boot-on;
310 }; 310 };