summaryrefslogtreecommitdiff
path: root/configs/A20-OLinuXino_MICRO_defconfig
diff options
context:
space:
mode:
authorStefan Mavrodiev <stefan.mavrodiev@gmail.com>2016-05-23 06:49:47 (GMT)
committerHans de Goede <hdegoede@redhat.com>2016-05-25 15:52:56 (GMT)
commit0e6e34ac8dbb597a34e1eca4fb640c3eb5e52467 (patch)
tree26fdc8cb58144fba3dc0b55701b66cd35096356c /configs/A20-OLinuXino_MICRO_defconfig
parent0878a8a7dbb71fb5b1e10007cfc6203844b029c2 (diff)
downloadu-boot-0e6e34ac8dbb597a34e1eca4fb640c3eb5e52467.tar.xz
sunxi: Olimex A20 boards: Enable LDO3 and LDO4 regulators
Sets LDO3 and LDO4 regulators at 2.8V. In the current config these are off. This causes kernel to hang during axp209 initialization. Signed-off-by: Stefan Mavrodiev <stefan.mavrodiev@gmail.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A20-OLinuXino_MICRO_defconfig')
-rw-r--r--configs/A20-OLinuXino_MICRO_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino_MICRO_defconfig b/configs/A20-OLinuXino_MICRO_defconfig
index 9507b87..e4168fa 100644
--- a/configs/A20-OLinuXino_MICRO_defconfig
+++ b/configs/A20-OLinuXino_MICRO_defconfig
@@ -15,3 +15,5 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPB(8)"
# CONFIG_CMD_FPGA is not set
CONFIG_ETH_DESIGNWARE=y
CONFIG_USB_EHCI_HCD=y
+CONFIG_AXP_ALDO3_VOLT=2800
+CONFIG_AXP_ALDO4_VOLT=2800