|
@@ -81,12 +81,15 @@ static int ehci_ci_reset(struct usb_hcd *hcd)
|
|
{
|
|
{
|
|
struct device *dev = hcd->self.controller;
|
|
struct device *dev = hcd->self.controller;
|
|
struct ci_hdrc *ci = dev_get_drvdata(dev);
|
|
struct ci_hdrc *ci = dev_get_drvdata(dev);
|
|
|
|
+ struct ehci_hcd *ehci = hcd_to_ehci(hcd);
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
ret = ehci_setup(hcd);
|
|
ret = ehci_setup(hcd);
|
|
if (ret)
|
|
if (ret)
|
|
return ret;
|
|
return ret;
|
|
|
|
|
|
|
|
+ ehci->need_io_watchdog = 0;
|
|
|
|
+
|
|
ci_platform_configure(ci);
|
|
ci_platform_configure(ci);
|
|
|
|
|
|
return ret;
|
|
return ret;
|