Hi, All,
DM8148 is using in our board. Currently, we are using the MUSB driver in PSP_04_04_00_01 which includes in the EZSDK 5.05.02.00. We set both usb controllers as host and they work properly. We want to patch all the changes on MUSB driver in PSP_04_04_00_02 to our system. However, after I port the MUSB driver from latest release in arago project (http://arago-project.org/git/projects/?p=linux-omap3.git;a=shortlog ) into the PSP_04_04_00_01, I got the following error. When kernel boot-up, the usb port is not working.
usb2phy_config 1131: usb2phy rxcalibration failed
Followed is more debug messages from console:
[Tue Feb 23 09:24:06.405 2016] musb-hdrc: version 6.0, host, debug=0
[Tue Feb 23 09:24:06.408 2016] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
[Tue Feb 23 09:24:06.413 2016] MUSB controller-0 revision 4ea20800
[Tue Feb 23 09:24:06.417 2016] usb2phy_config 1131: usb2phy rxcalibration failed
[Tue Feb 23 09:24:06.421 2016] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[Tue Feb 23 09:24:06.424 2016] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
[Tue Feb 23 09:24:06.433 2016] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[Tue Feb 23 09:24:06.437 2016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Feb 23 09:24:06.443 2016] usb usb1: Product: MUSB HDRC host driver
[Tue Feb 23 09:24:06.448 2016] usb usb1: Manufacturer: Linux 2.6.37 musb-hcd
[Tue Feb 23 09:24:06.453 2016] usb usb1: SerialNumber: musb-hdrc.0
[Tue Feb 23 09:24:06.455 2016] hub 1-0:1.0: USB hub found
[Tue Feb 23 09:24:06.458 2016] hub 1-0:1.0: 1 port detected
[Tue Feb 23 09:24:06.460 2016] musb-hdrc musb-hdrc.0: USB Host mode controller at d701e000 using DMA, IRQ 18
[Tue Feb 23 09:24:06.467 2016] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
[Tue Feb 23 09:24:06.471 2016] MUSB controller-1 revision 4ea20800
[Tue Feb 23 09:24:06.475 2016] usb2phy_config 1131: usb2phy rxcalibration failed
[Tue Feb 23 09:24:06.480 2016] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[Tue Feb 23 09:24:06.484 2016] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
[Tue Feb 23 09:24:06.489 2016] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[Tue Feb 23 09:24:06.495 2016] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Feb 23 09:24:06.501 2016] usb usb2: Product: MUSB HDRC host driver
[Tue Feb 23 09:24:06.505 2016] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[Tue Feb 23 09:24:06.509 2016] usb usb2: SerialNumber: musb-hdrc.1
[Tue Feb 23 09:24:06.515 2016] hub 2-0:1.0: USB hub found
[Tue Feb 23 09:24:06.517 2016] hub 2-0:1.0: 1 port detected
[Tue Feb 23 09:24:06.520 2016] musb-hdrc musb-hdrc.1: USB Host mode controller at d7028800 using DMA, IRQ 19
Could anyone have this issue before or any suggestion what is the root cause and how to resolve this failure?
Thanks,
Shunnian