ARM: ux500: Set correct MMCI regulator voltages in the ux5x0 Device Tree
authorLee Jones <lee.jones@linaro.org>
Thu, 6 Dec 2012 14:00:01 +0000 (14:00 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:25:25 +0000 (23:25 +0100)
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>
arch/arm/boot/dts/dbx5x0.dtsi

index 2ec1599a89a0cd350dc2f02b8f6ff0096a8c968a..a8562e38e9b0b1ba908d848fb1278de8bdacbceb 100644 (file)
                        compatible = "regulator-gpio";
 
                        regulator-min-microvolt = <1800000>;
-                       regulator-max-microvolt = <2600000>;
+                       regulator-max-microvolt = <2900000>;
                        regulator-name = "mmci-reg";
                        regulator-type = "voltage";
 
This page took 0.02686 seconds and 5 git commands to generate.