diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-05-17 23:56:07 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:17:49 +0200 |
commit | 90041d075863692b993b14b9701480cdf3e549b7 (patch) | |
tree | ce818e5165fb6694d1134cebad04706d154c7a68 | |
parent | 2cbc7295cd94d4a7bada416084c4a0ba047e0265 (diff) | |
download | blackbird-obmc-linux-90041d075863692b993b14b9701480cdf3e549b7.tar.gz blackbird-obmc-linux-90041d075863692b993b14b9701480cdf3e549b7.zip |
ARM: dts: axp209: Disable ldo5 by default
The output pin of LDO is also a GPIO pin, and the on/off settings of the
regulator are actually pinmux settings.
Disable it by default so it doesn't conflict with GPIO usage.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/axp209.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi index 051ab3ba9a65..afbe89c01df5 100644 --- a/arch/arm/boot/dts/axp209.dtsi +++ b/arch/arm/boot/dts/axp209.dtsi @@ -87,6 +87,7 @@ reg_ldo5: ldo5 { regulator-name = "ldo5"; + status = "disabled"; }; }; |