Commit 02cc27c74f9b884b538bcd1b93342a4c05b5d608

Authored by Hans de Goede
1 parent beba401f02

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/power/Kconfig
... ... @@ -126,7 +126,7 @@
126 126 config AXP_ALDO3_VOLT
127 127 int "axp pmic (a)ldo3 voltage"
128 128 depends on AXP209_POWER || AXP221_POWER
129   - default 2800 if AXP209_POWER
  129 + default 0 if AXP209_POWER
130 130 default 3000 if MACH_SUN6I || MACH_SUN8I
131 131 ---help---
132 132 Set the voltage (mV) to program the axp pmic aldo3 at, set to 0 to
... ... @@ -137,7 +137,7 @@
137 137 config AXP_ALDO4_VOLT
138 138 int "axp pmic (a)ldo4 voltage"
139 139 depends on AXP209_POWER
140   - default 2800 if AXP209_POWER
  140 + default 0 if AXP209_POWER
141 141 ---help---
142 142 Set the voltage (mV) to program the axp pmic aldo4 at, set to 0 to
143 143 disable aldo4.