Skip to content

Commit

Permalink
ARM: ux500: Setup correct settling time for the MMCI regulator
Browse files Browse the repository at this point in the history
The GPIO controlled MMCI regulator used on the ux5x0 boards takes
100us to settle. There's already a binding to provide such
information. Let's make use of it.

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 7576600 commit 874c920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@
regulator-name = "mmci-reg";
regulator-type = "voltage";

startup-delay-us = <100>;
enable-active-high;

states = <1800000 0x1
Expand Down

0 comments on commit 874c920

Please sign in to comment.