From: Ravikumar Kattekola Date: Mon, 9 Oct 2017 05:53:12 +0000 (+0530) Subject: ARM: dts: omap5: Increase max-voltage of pbias regulator X-Git-Tag: v4.15-rc1~75^2~32^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d4b8a2e0ae23336e9c2bfbd5c2e80149fe453f7a;p=users%2Fwilly%2Flinux.git ARM: dts: omap5: Increase max-voltage of pbias regulator 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 Signed-off-by: Sekhar Nori Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index eaff2a5751dd..e6af460ee301 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -194,7 +194,7 @@ pbias_mmc_reg: pbias_mmc_omap5 { regulator-name = "pbias_mmc_omap5"; regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3000000>; + regulator-max-microvolt = <3300000>; }; }; };