diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-12-06 15:00:46 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-01 23:25:25 +0100 |
commit | e7bda303a43f5507cb76f8b41a6e73fec0f83cc8 (patch) | |
tree | df21b3a62a613b480bd5b7bd1fd28f73f8a0c371 /arch/arm/boot | |
parent | 4f902b42211b977f00a63ad6635277ef14382240 (diff) | |
download | op-kernel-dev-e7bda303a43f5507cb76f8b41a6e73fec0f83cc8.zip op-kernel-dev-e7bda303a43f5507cb76f8b41a6e73fec0f83cc8.tar.gz |
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')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index a8562e3..b5e73aa 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>; |