ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage
authorRavikumar Kattekola <rk@ti.com>
Wed, 3 Dec 2014 12:03:56 +0000 (17:33 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 10 Dec 2014 17:33:50 +0000 (09:33 -0800)
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>
arch/arm/boot/dts/dra7-evm.dts

index 736092b..b6b9286 100644 (file)
                                        /* VDD_GPU - over VDD_SMPS6 */
                                        regulator-name = "smps6";
                                        regulator-min-microvolt = <850000>;
-                                       regulator-max-microvolt = <12500000>;
+                                       regulator-max-microvolt = <1250000>;
                                        regulator-always-on;
                                        regulator-boot-on;
                                };