diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-12-07 14:46:01 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-01 23:25:26 +0100 |
commit | 874c920241640595da77622b6ee98c14e79296e4 (patch) | |
tree | bc49c51f5188cdf7132e00552635d76df2817be0 /arch | |
parent | ARM: ux500: Use the correct name when supplying a GPIO enable pin (diff) | |
download | linux-874c920241640595da77622b6ee98c14e79296e4.tar.xz linux-874c920241640595da77622b6ee98c14e79296e4.zip |
ARM: ux500: Setup correct settling time for the MMCI regulator
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index b5e73aa4c3c2..d765c38afebf 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -679,6 +679,7 @@ regulator-name = "mmci-reg"; regulator-type = "voltage"; + startup-delay-us = <100>; enable-active-high; states = <1800000 0x1 |