aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dbx5x0.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-12-06 15:00:46 +0000
committerLinus Walleij <linus.walleij@linaro.org>2013-03-01 23:25:25 +0100
commite7bda303a43f5507cb76f8b41a6e73fec0f83cc8 (patch)
treedf21b3a62a613b480bd5b7bd1fd28f73f8a0c371 /arch/arm/boot/dts/dbx5x0.dtsi
parentARM: ux500: Set correct MMCI regulator voltages in the ux5x0 Device Tree (diff)
downloadlinux-dev-e7bda303a43f5507cb76f8b41a6e73fec0f83cc8.tar.xz
linux-dev-e7bda303a43f5507cb76f8b41a6e73fec0f83cc8.zip
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: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index a8562e38e9b0..b5e73aa4c3c2 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -679,6 +679,8 @@
regulator-name = "mmci-reg";
regulator-type = "voltage";
+ enable-active-high;
+
states = <1800000 0x1
2900000 0x0>;