projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cbc729
)
ARM: dts: axp209: Disable ldo5 by default
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 17 May 2016 15:56:07 +0000
(23:56 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:17:49 +0000
(21:17 +0200)
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>
arch/arm/boot/dts/axp209.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/axp209.dtsi
b/arch/arm/boot/dts/axp209.dtsi
index 051ab3ba9a6526b008304aca8cd50083efdac26b..afbe89c01df582a45e9480d1d2180dcaf3859935 100644
(file)
--- 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";
};
};