|
@@ -61,6 +61,8 @@ static int ehci_msm_reset(struct usb_hcd *hcd)
|
|
|
writel(0x8, USB_AHBMODE);
|
|
|
/* Disable streaming mode and select host mode */
|
|
|
writel(0x13, USB_USBMODE);
|
|
|
+ /* Disable ULPI_TX_PKT_EN_CLR_FIX which is valid only for HSIC */
|
|
|
+ writel(readl(USB_GENCONFIG_2) & ~ULPI_TX_PKT_EN_CLR_FIX, USB_GENCONFIG_2);
|
|
|
|
|
|
return 0;
|
|
|
}
|