diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-01-22 14:55:47 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-01-26 16:20:05 +0100 |
commit | 54be0f057825b886af008d8d43a97802e5537ab6 (patch) | |
tree | d271a5b3d651e72b4325fd81e797b981c6286a5f /configs | |
parent | f3c5045a95e0b9f164178bbf8de98b9adf3b099e (diff) | |
download | u-boot-imx-54be0f057825b886af008d8d43a97802e5537ab6.zip u-boot-imx-54be0f057825b886af008d8d43a97802e5537ab6.tar.gz u-boot-imx-54be0f057825b886af008d8d43a97802e5537ab6.tar.bz2 |
sunxi: Bananapro: Set LDO4 to 2.5V
According to the Bananapro schematic VDD25-SATA either comes from a
dedicated WL2003E25-5 LTO, or it is connected to LDO4 via a
0 Ohm resistor.
In practice it seems that LDO4 is used, so enable it and set it to 2.5V.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Bananapro_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Bananapro_defconfig b/configs/Bananapro_defconfig index 40588b9..4f4a07b 100644 --- a/configs/Bananapro_defconfig +++ b/configs/Bananapro_defconfig @@ -17,3 +17,4 @@ CONFIG_CMD_GPIO=y CONFIG_NETCONSOLE=y CONFIG_ETH_DESIGNWARE=y CONFIG_USB_EHCI_HCD=y +CONFIG_AXP_ALDO4_VOLT=2500 |