Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7bda303 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-enable



If not specified, the GPIO control bit is inverted by default i.e.
low-enable and high-disable. This is not the case with the MMCI
regulator, hence it will turn on during a disable and off when
regulator_enable() is invoked.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4f902b42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -679,6 +679,8 @@
			regulator-name = "mmci-reg";
			regulator-type = "voltage";

			enable-active-high;

			states = <1800000 0x1
				  2900000 0x0>;