Skip to content

Commit

Permalink
ARM: ux500: Disable the MMCI gpio-regulator by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Nov 27, 2012
1 parent cece5c4 commit c94a4ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@
gpio-enable = <&tc3589x_gpio 17 0x4>;
states = <1800000 0x1
2900000 0x0>;

status = "disabled";
};
};
};

0 comments on commit c94a4ab

Please sign in to comment.