]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Enable musb in host mode on the Jesurun Q5
authorHans de Goede <hdegoede@redhat.com>
Tue, 4 Aug 2015 21:49:17 +0000 (23:49 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 8 Aug 2015 14:26:20 +0000 (16:26 +0200)
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>
configs/jesurun_q5_defconfig

index a2115b6d390fbb4f39269f3383e0edaf0b698e16..b0d8621c659d36e05b5da744fcddb3db3e9667c1 100644 (file)
@@ -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"