summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony LIU <junjie.liu@freescale.com>2012-03-16 16:05:42 +0800
committerTony LIU <junjie.liu@freescale.com>2012-03-21 09:59:55 +0800
commit06fe8bfc14dea44893cb692426b469f4497d277e (patch)
tree3d0b433dd9a2b48fe34ebcd1274f68fe52382553
parenta2c95643c13ded55b4919c0aac1c5990842e5689 (diff)
ENGR00176299-4 usb host suspend/resume can't work randomly
driver part Signed-off-by: Tony LIU <junjie.liu@freescale.com>
-rwxr-xr-xdrivers/usb/host/ehci-arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-arc.c b/drivers/usb/host/ehci-arc.c
index 93ef469c39fb..0bac00b9e30b 100755
--- a/drivers/usb/host/ehci-arc.c
+++ b/drivers/usb/host/ehci-arc.c
@@ -445,7 +445,7 @@ static int ehci_fsl_bus_suspend(struct usb_hcd *hcd)
/* on MX6Q, it need a short delay between set RUNSTOP
* and set PHCD
*/
- udelay(100);
+ udelay(125);
}
if (pdata->platform_suspend)
pdata->platform_suspend(pdata);