Skip to content

Commit

Permalink
ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-en…
Browse files Browse the repository at this point in the history
…able

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>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Mar 1, 2013
1 parent 4f902b4 commit e7bda30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,8 @@
regulator-name = "mmci-reg";
regulator-type = "voltage";

enable-active-high;

states = <1800000 0x1
2900000 0x0>;

Expand Down

0 comments on commit e7bda30

Please sign in to comment.