Commit 7f7409ba6ab937b73f16bac8d83e215db86ace3d

Authored by Hans de Goede
1 parent a51c832cc1

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>

Showing 4 changed files with 6 additions and 0 deletions Side-by-side Diff

configs/CSQ_CS908_defconfig
... ... @@ -15,4 +15,5 @@
15 15 CONFIG_AXP221_DLDO1_VOLT=3300
16 16 CONFIG_AXP221_ALDO1_VOLT=3300
17 17 CONFIG_USB_EHCI_HCD=y
  18 +CONFIG_USB_MUSB_SUNXI=y
configs/Mele_A1000G_quad_defconfig
... ... @@ -17,4 +17,5 @@
17 17 CONFIG_AXP221_DLDO4_VOLT=3300
18 18 CONFIG_AXP221_ALDO1_VOLT=3300
19 19 CONFIG_USB_EHCI_HCD=y
  20 +CONFIG_USB_MUSB_SUNXI=y
configs/Mini-X_defconfig
... ... @@ -9,4 +9,6 @@
9 9 # CONFIG_CMD_FLASH is not set
10 10 # CONFIG_CMD_FPGA is not set
11 11 CONFIG_USB_EHCI_HCD=y
  12 +CONFIG_USB_MUSB_SUNXI=y
  13 +CONFIG_USB0_VBUS_PIN="PB9"
configs/ba10_tv_box_defconfig
... ... @@ -12,4 +12,6 @@
12 12 # CONFIG_CMD_FLASH is not set
13 13 # CONFIG_CMD_FPGA is not set
14 14 CONFIG_USB_EHCI_HCD=y
  15 +CONFIG_USB_MUSB_SUNXI=y
  16 +CONFIG_USB0_VBUS_PIN="PB9"