diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 14:38:14 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-03-31 14:38:14 +0200 |
commit | affa020559bca31d6531e19cb1f009c22705a73d (patch) | |
tree | 68bec28c09754ede8920ba3d1cb6029d9ed8706b /configs/A10-OLinuXino-Lime_defconfig | |
parent | 53866b6fc54142a2e7ab79d1c2b0f4313c29a2ec (diff) | |
download | u-boot-imx-affa020559bca31d6531e19cb1f009c22705a73d.zip u-boot-imx-affa020559bca31d6531e19cb1f009c22705a73d.tar.gz u-boot-imx-affa020559bca31d6531e19cb1f009c22705a73d.tar.bz2 |
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/A10-OLinuXino-Lime_defconfig')
-rw-r--r-- | configs/A10-OLinuXino-Lime_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/A10-OLinuXino-Lime_defconfig b/configs/A10-OLinuXino-Lime_defconfig index af96f5b..25b48d9 100644 --- a/configs/A10-OLinuXino-Lime_defconfig +++ b/configs/A10-OLinuXino-Lime_defconfig @@ -13,4 +13,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_EMAC,AHCI,SATAPWR=SUNXI_GPC(3)" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_AXP_ALDO3_VOLT=2800 +CONFIG_AXP_ALDO4_VOLT=2800 CONFIG_USB_EHCI_HCD=y |