mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
f3c5045a95
commit
54be0f0578
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue