From: Hans de Goede Date: Thu, 14 Apr 2016 14:49:47 +0000 (+0200) Subject: sunxi: Enable LDO3 at 3.3V on A13-OLinuXino board X-Git-Tag: v2016.05~47^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad14166426ab8ca40424ede741d27fdcfb4fc2c6;p=oweals%2Fu-boot.git sunxi: Enable LDO3 at 3.3V on A13-OLinuXino board 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 Acked-by: Ian Campbell --- diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig index d2d0cbda6d..30ea836f39 100644 --- a/configs/A13-OLinuXino_defconfig +++ b/configs/A13-OLinuXino_defconfig @@ -32,6 +32,7 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_AXP_ALDO3_VOLT=3300 CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y CONFIG_USB_GADGET=y