diff options
| author | Lee Jones <lee.jones@linaro.org> | 2012-11-15 08:02:16 -0500 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2012-11-27 05:58:18 -0500 |
| commit | c94a4ab7af3f07424e3db0c77f6b532d0a7202de (patch) | |
| tree | 50e9460dbdc331004e8ab77455377597c3e0432d | |
| parent | cece5c4009355323c6f453ef6814e7dd85a0f896 (diff) | |
ARM: ux500: Disable the MMCI gpio-regulator by default
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>
| -rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 7ce45fc461fb..d8ba489e32c5 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi | |||
| @@ -642,6 +642,8 @@ | |||
| 642 | gpio-enable = <&tc3589x_gpio 17 0x4>; | 642 | gpio-enable = <&tc3589x_gpio 17 0x4>; |
| 643 | states = <1800000 0x1 | 643 | states = <1800000 0x1 |
| 644 | 2900000 0x0>; | 644 | 2900000 0x0>; |
| 645 | |||
| 646 | status = "disabled"; | ||
| 645 | }; | 647 | }; |
| 646 | }; | 648 | }; |
| 647 | }; | 649 | }; |
