diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-12-06 15:00:01 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-01 23:25:25 +0100 |
commit | 4f902b42211b977f00a63ad6635277ef14382240 (patch) | |
tree | c36515ec6bde700b84bf8805c8f817a5fc005673 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | mmc: mmci: Move ios_handler functionality into the driver (diff) | |
download | linux-4f902b42211b977f00a63ad6635277ef14382240.tar.xz linux-4f902b42211b977f00a63ad6635277ef14382240.zip |
ARM: ux500: Set correct MMCI regulator voltages in the ux5x0 Device Tree
Correct the voltage specified by the mmci regulator node in Device
Tree. Despite the MMC subsystem insisting on v3.3, we actually only
offer v2.9, and not v2.6 which must have actually been a typo.
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.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 2ec1599a89a0..a8562e38e9b0 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -675,7 +675,7 @@ compatible = "regulator-gpio"; regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <2600000>; + regulator-max-microvolt = <2900000>; regulator-name = "mmci-reg"; regulator-type = "voltage"; |