MX31: add delay between USB port setup and reset
[pandora-u-boot.git] / drivers / usb / host / ehci-mxc.c
index af8ee90..8d7b380 100644 (file)
@@ -117,6 +117,8 @@ int ehci_hcd_init(void)
 
        mxc_set_usbcontrol(CONFIG_MXC_USB_PORT, CONFIG_MXC_USB_FLAGS);
 
+       udelay(10000);
+
        return 0;
 }