ARM: ux500: Disable the MMCI gpio-regulator by default
authorLee Jones <lee.jones@linaro.org>
Thu, 15 Nov 2012 13:02:16 +0000 (13:02 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 27 Nov 2012 10:58:18 +0000 (10:58 +0000)
Not all supported boards will require a MMCI gpio-regulator,
therefore it's a good idea to only enable the node when and if
it is required. Let's disable it by default.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index 7ce45fc..d8ba489 100644 (file)
                        gpio-enable = <&tc3589x_gpio 17 0x4>;
                        states = <1800000 0x1
                                  2900000 0x0>;
+
+                       status = "disabled";
                };
        };
 };