From: John Youn Date: Thu, 17 Dec 2015 19:18:13 +0000 (-0800) Subject: usb: dwc2: Reduce delay when forcing mode in reset X-Git-Tag: v4.5-rc1~124^2~6^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=97e463886b873f62bea2293e7edf81fdb884b84f;p=karo-tx-linux.git usb: dwc2: Reduce delay when forcing mode in reset The delay for force mode is only 25ms according to the databook. Signed-off-by: John Youn Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c index 9dca83544b5e..39a0fa8a4c0a 100644 --- a/drivers/usb/dwc2/core.c +++ b/drivers/usb/dwc2/core.c @@ -602,7 +602,7 @@ static void dwc2_clear_force_mode(struct dwc2_hsotg *hsotg) * NOTE: This long sleep is _very_ important, otherwise the core will * not stay in host mode after a connector ID change! */ - usleep_range(150000, 160000); + msleep(25); } /*