summaryrefslogtreecommitdiff
path: root/configs/Mini-X_defconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-06-18 16:19:22 (GMT)
committerHans de Goede <hdegoede@redhat.com>2015-07-25 09:22:55 (GMT)
commit7f7409ba6ab937b73f16bac8d83e215db86ace3d (patch)
tree28fe46922371c09bdad38013d93bb5ce3d4d34e1 /configs/Mini-X_defconfig
parenta51c832cc18aeec439648f39f6759a1978206132 (diff)
downloadu-boot-7f7409ba6ab937b73f16bac8d83e215db86ace3d.tar.xz
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>
Diffstat (limited to 'configs/Mini-X_defconfig')
-rw-r--r--configs/Mini-X_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Mini-X_defconfig b/configs/Mini-X_defconfig
index d7d74a9..c721c87 100644
--- a/configs/Mini-X_defconfig
+++ b/configs/Mini-X_defconfig
@@ -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"