mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
sunxi: Enable both ehci and otg in host mode on various boards
Now that the device-model port of the musb mode makes it possible, enable both the ehci and otg in host mode on boards where the musb is wired up in host only mode, either via an usb-a receptacle or via an usb <-> sata converter. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Marek Vasut <marex@denx.de> Acked-by: Ian Campbell <ijc@hellion.org.uk>
This commit is contained in:
parent
a51c832cc1
commit
7f7409ba6a
4 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,4 @@ CONFIG_ETH_DESIGNWARE=y
|
|||
CONFIG_AXP221_DLDO1_VOLT=3300
|
||||
CONFIG_AXP221_ALDO1_VOLT=3300
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
|
|
|
@ -17,3 +17,4 @@ CONFIG_AXP221_DLDO1_VOLT=3300
|
|||
CONFIG_AXP221_DLDO4_VOLT=3300
|
||||
CONFIG_AXP221_ALDO1_VOLT=3300
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
|
|
|
@ -9,3 +9,5 @@ CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
|
|||
# CONFIG_CMD_FLASH is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="PB9"
|
||||
|
|
|
@ -12,3 +12,5 @@ CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC"
|
|||
# CONFIG_CMD_FLASH is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="PB9"
|
||||
|
|
Loading…
Add table
Reference in a new issue