[U-Boot] [PATCH] sunxi: Enable LDO3 at 3.3V on A13-OLinuXino board
Hans de Goede
hdegoede at redhat.com
Thu Apr 14 16:51:31 CEST 2016
LDO3 is used for the VGA output, this fixes a regression where the VGA
output on these boards would no longer work.
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
configs/A13-OLinuXino_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig
index 37ce923..16bb255 100644
--- a/configs/A13-OLinuXino_defconfig
+++ b/configs/A13-OLinuXino_defconfig
@@ -19,6 +19,7 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2"
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_AXP_ALDO3_VOLT=3300
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_USB_GADGET=y
--
2.7.3
More information about the U-Boot
mailing list