From: Hans de Goede Date: Tue, 4 Aug 2015 21:49:17 +0000 (+0200) Subject: sunxi: Enable musb in host mode on the Jesurun Q5 X-Git-Tag: KARO-TX6-2015-09-18~532 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=40fe7532932bab688f5a976ca0c68eab48862811 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 Acked-by: Ian Campbell --- 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"