summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-08-04 23:49:17 +0200
committerHans de Goede <hdegoede@redhat.com>2015-08-08 16:26:20 +0200
commit5fa9b6f0ff289946a677892be64d4d19788632a4 (patch)
tree4d1bc7d859ccf685c778be0f142c32ddf4fe760d
parenta5da3c8354de9786ea1e065e40ba74f044dfbfe9 (diff)
downloadtalos-obmc-uboot-5fa9b6f0ff289946a677892be64d4d19788632a4.tar.gz
talos-obmc-uboot-5fa9b6f0ff289946a677892be64d4d19788632a4.zip
sunxi: Enable musb in host mode on the Jesurun Q5
The Jesurun Q5 has the musb hooked up to an usb-a receptacle, enable it in host-only mode. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
-rw-r--r--configs/jesurun_q5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/jesurun_q5_defconfig b/configs/jesurun_q5_defconfig
index a2115b6d39..b0d8621c65 100644
--- a/configs/jesurun_q5_defconfig
+++ b/configs/jesurun_q5_defconfig
@@ -10,3 +10,5 @@ CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,MACPWR=SUNXI_GPH(19)"
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_MUSB_HOST=y
+CONFIG_USB0_VBUS_PIN="PB9"
OpenPOWER on IntegriCloud