Commit f9bf6cb2 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ux500: Bump AUX1 voltage

The voltage default on the AB8500 VAUX1 regulator is way
too low and does not correspond to the setting in the
vendor tree. This should be 2.8-3.3 V not 2.5-2.9 V or
things like the HREFP520 touchscreen will not work.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8e3bcdee
...@@ -317,8 +317,8 @@ ab8500-regulators { ...@@ -317,8 +317,8 @@ ab8500-regulators {
// supplies to the display/camera // supplies to the display/camera
ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2900000>; regulator-max-microvolt = <3300000>;
regulator-boot-on; regulator-boot-on;
/* BUG: If turned off MMC will be affected. */ /* BUG: If turned off MMC will be affected. */
regulator-always-on; regulator-always-on;
......
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