diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c index f31b9dcdaf5bd44d4cee7a59086011106cadef19..62e71b8a8b5553f592f6759d5461daf2fd1cfb56 100644 --- a/drivers/usb/host/xhci-plat.c +++ b/drivers/usb/host/xhci-plat.c @@ -277,6 +277,8 @@ static int xhci_plat_probe(struct platform_device *pdev) if (ret) goto dealloc_usb2_hcd; + device_enable_async_suspend(&pdev->dev); + return 0;