Comment 6 for bug 1017438

Revision history for this message
Jassi Brar (jassisinghbrar) wrote :

Andy : OMAP5 uses DWC3, while OMAP4 MUSB. I see no problem with both stacks built into the kernel. Only the one which has the relevant platform device populated (based upon which platform is it), would spring to life. The other shouldn't make any difference. BTW, I couldn't find Panda-omap5 even initializing USB gadget side.

Vishal : The following changes to your omap4plus_defconfig above, should get it working.

167c167
< CONFIG_USB_DWC3=m
---
> CONFIG_USB_DWC3=y
170,171c170,171
< CONFIG_USB_MUSB_HDRC=m
< CONFIG_USB_MUSB_OMAP2PLUS=m
---
> CONFIG_USB_MUSB_HDRC=y
> CONFIG_USB_MUSB_OMAP2PLUS=y
176,178c176
< CONFIG_USB_GADGET_MUSB_HDRC=m
< CONFIG_USB_ZERO=m
< CONFIG_USB_MASS_STORAGE=m
---
> CONFIG_USB_GADGET_MUSB_HDRC=y