ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-enable
authorLee Jones <lee.jones@linaro.org>
Thu, 6 Dec 2012 15:00:46 +0000 (15:00 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:25:25 +0000 (23:25 +0100)
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: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index a8562e3..b5e73aa 100644 (file)
                        regulator-name = "mmci-reg";
                        regulator-type = "voltage";
 
+                       enable-active-high;
+
                        states = <1800000 0x1
                                  2900000 0x0>;