summaryrefslogtreecommitdiff
path: root/configs/A20-OLinuXino-Lime_defconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-03-31 14:38:14 +0200
committerHans de Goede <hdegoede@redhat.com>2016-03-31 14:38:14 +0200
commitaffa020559bca31d6531e19cb1f009c22705a73d (patch)
tree68bec28c09754ede8920ba3d1cb6029d9ed8706b /configs/A20-OLinuXino-Lime_defconfig
parent53866b6fc54142a2e7ab79d1c2b0f4313c29a2ec (diff)
sunxi: Enable LDO3 and LDO4 at 2.8V on OLinuxIno Lime boards
LDO3 and LDO4 are used to power port E resp. port G, which are exposed on gpio headers, so enable them at 2.8V as specified in the schematic. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A20-OLinuXino-Lime_defconfig')
-rw-r--r--configs/A20-OLinuXino-Lime_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime_defconfig b/configs/A20-OLinuXino-Lime_defconfig
index e27698d0dd..151a0a3d3a 100644
--- a/configs/A20-OLinuXino-Lime_defconfig
+++ b/configs/A20-OLinuXino-Lime_defconfig
@@ -12,4 +12,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPC(3)"
# CONFIG_CMD_FPGA is not set
CONFIG_CMD_GPIO=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_AXP_ALDO3_VOLT=2800
+CONFIG_AXP_ALDO4_VOLT=2800
CONFIG_USB_EHCI_HCD=y