diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-14 16:49:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-27 19:54:26 +0200 |
commit | ad14166426ab8ca40424ede741d27fdcfb4fc2c6 (patch) | |
tree | 0564f407913d9b14ef09b8216b420426e7be0a08 /configs/A13-OLinuXino_defconfig | |
parent | bfb33f0bc45b9ee92ed2f85107cf20b9bfdf9f8a (diff) | |
download | u-boot-imx-ad14166426ab8ca40424ede741d27fdcfb4fc2c6.zip u-boot-imx-ad14166426ab8ca40424ede741d27fdcfb4fc2c6.tar.gz u-boot-imx-ad14166426ab8ca40424ede741d27fdcfb4fc2c6.tar.bz2 |
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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/A13-OLinuXino_defconfig')
-rw-r--r-- | configs/A13-OLinuXino_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig index d2d0cbd..30ea836 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 |