]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap5: Increase max-voltage of pbias regulator
authorRavikumar Kattekola <rk@ti.com>
Mon, 9 Oct 2017 05:53:12 +0000 (11:23 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 11 Oct 2017 15:43:02 +0000 (08:43 -0700)
As per recent TRM, PBIAS cell on omap5 devices supports
3.3v and not 3.0v as documented earlier.

Update PBIAS regulator max voltage to match this.

Document reference:
SWPU249AF - OMAP543x Technical reference manual August 2016

Signed-off-by: Ravikumar Kattekola <rk@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5.dtsi

index eaff2a5751ddc11c5b1ec901a60c6f7c671aabac..e6af460ee3011a84606547dddb0ae0cb960ec719 100644 (file)
@@ -194,7 +194,7 @@ pbias_regulator: pbias_regulator@60 {
                                                pbias_mmc_reg: pbias_mmc_omap5 {
                                                        regulator-name = "pbias_mmc_omap5";
                                                        regulator-min-microvolt = <1800000>;
-                                                       regulator-max-microvolt = <3000000>;
+                                                       regulator-max-microvolt = <3300000>;
                                                };
                                        };
                                };