Commit d4b8a2e0 authored by Ravikumar Kattekola's avatar Ravikumar Kattekola Committed by Tony Lindgren

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: default avatarRavikumar Kattekola <rk@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fa40d420
...@@ -194,7 +194,7 @@ pbias_regulator: pbias_regulator@60 { ...@@ -194,7 +194,7 @@ pbias_regulator: pbias_regulator@60 {
pbias_mmc_reg: pbias_mmc_omap5 { pbias_mmc_reg: pbias_mmc_omap5 {
regulator-name = "pbias_mmc_omap5"; regulator-name = "pbias_mmc_omap5";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3000000>; regulator-max-microvolt = <3300000>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment