summaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-10-03 15:29:24 +0200
committerHans de Goede <hdegoede@redhat.com>2015-10-20 18:40:27 +0200
commit02cc27c74f9b884b538bcd1b93342a4c05b5d608 (patch)
treeb760ecd80fe1223cf83d42cbbad6bd5c2a5d9bcf /drivers/power
parentbeba401f02e1a250604e7203c0fe4727f55d124c (diff)
downloadtalos-obmc-uboot-02cc27c74f9b884b538bcd1b93342a4c05b5d608.tar.gz
talos-obmc-uboot-02cc27c74f9b884b538bcd1b93342a4c05b5d608.zip
sunxi: power: Change axp209 LDO3 and LDO4 default to disabled
LDO3 and LDO4 are normally either unused, or used to power csi attached camera sensors, and as such do not need to be enabled at boot time. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 80626b4882..809f8f1180 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -126,7 +126,7 @@ config AXP_ALDO2_VOLT
config AXP_ALDO3_VOLT
int "axp pmic (a)ldo3 voltage"
depends on AXP209_POWER || AXP221_POWER
- default 2800 if AXP209_POWER
+ default 0 if AXP209_POWER
default 3000 if MACH_SUN6I || MACH_SUN8I
---help---
Set the voltage (mV) to program the axp pmic aldo3 at, set to 0 to
@@ -137,7 +137,7 @@ config AXP_ALDO3_VOLT
config AXP_ALDO4_VOLT
int "axp pmic (a)ldo4 voltage"
depends on AXP209_POWER
- default 2800 if AXP209_POWER
+ default 0 if AXP209_POWER
---help---
Set the voltage (mV) to program the axp pmic aldo4 at, set to 0 to
disable aldo4.
OpenPOWER on IntegriCloud