From ff8c4eaa77817605a71230621ed5d8f18fbc8784 Mon Sep 17 00:00:00 2001 From: Tony LIU Date: Fri, 16 Mar 2012 16:05:42 +0800 Subject: [PATCH] ENGR00176299-4 usb host suspend/resume can't work randomly driver part Signed-off-by: Tony LIU --- drivers/usb/host/ehci-arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5