]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:39 +0000 (08:17 +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"