No usb on 3.14

Hi everyone,

I moved from 3.12 to 31.4, usb doesn’t seem to work. It fails at the boot.

[ 2.576280] musb-hdrc musb-hdrc.0.auto: Failed to request rx1.
[ 2.582243] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
[ 2.656156] musb-hdrc musb-hdrc.1.auto: Failed to request rx1.
[ 2.662110] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517

It was working fine with 3.12. Any ideas why it is failing?

Thanks

Manish,

What board?

I’m currently working with Beagleboard Rev-c and BBB
At least for me these need to be enabled in the kernel.

CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_OMAP=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_OMAP3=y

amf