Hi all,
when I make the USB OTG Port of IMX28 as device mode and connect to USB1.1 Host,It can't get the "DC Suspend" interrupt when I remove usb cable.However,This test work well when the usb device is connected to USB 2.0 Host.
some register value of usb controller is as follows:
USB 2.0 test
Before removing usb cable
0x08200E20(HW_USBCTRL_OTGSC), 0x18000205(HW_USBCTRL_PORTSC1),0x00000080(HW_USBCTRL_USBSTS)
After removing usb cable,and can get interrupt
0x08202E20(HW_USBCTRL_OTGSC), 0x18000A85(HW_USBCTRL_PORTSC1), 0x00000180(HW_USBCTRL_USBSTS)
USB1.1 test
Before removing usb cable
0x08202E20(HW_USBCTRL_OTGSC),0x10000805(HW_USBCTRL_PORTSC1), 0x00010080(HW_USBCTRL_USBSTS)
After removing usb cable,and can't get interrupt