mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 14:16:37 +07:00
usb: dwc2: hcd: use new USB_RESUME_TIMEOUT
Make sure we're using the new macro, so our resume signaling will always pass certification. Cc: <stable@vger.kernel.org> # v3.10+ Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
08debfb13b
commit
74bd7b6980
@ -1529,7 +1529,7 @@ static int dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq,
|
|||||||
dev_dbg(hsotg->dev,
|
dev_dbg(hsotg->dev,
|
||||||
"ClearPortFeature USB_PORT_FEAT_SUSPEND\n");
|
"ClearPortFeature USB_PORT_FEAT_SUSPEND\n");
|
||||||
writel(0, hsotg->regs + PCGCTL);
|
writel(0, hsotg->regs + PCGCTL);
|
||||||
usleep_range(20000, 40000);
|
msleep(USB_RESUME_TIMEOUT);
|
||||||
|
|
||||||
hprt0 = dwc2_read_hprt0(hsotg);
|
hprt0 = dwc2_read_hprt0(hsotg);
|
||||||
hprt0 |= HPRT0_RES;
|
hprt0 |= HPRT0_RES;
|
||||||
|
Loading…
Reference in New Issue
Block a user