usb: dwc3: add dis_u3_autosuspend_quirk
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc3 / host.c
index 971d95163ce6fa9f375b34a0658863b76f2a575f..489ab425e177a431ada294c2e47d85f78ed83f3d 100644 (file)
@@ -91,6 +91,7 @@ int dwc3_host_init(struct dwc3 *dwc)
 
        memset(&pdata, 0, sizeof(pdata));
 
+       pdata.usb3_disable_autosuspend = dwc->dis_u3_autosuspend_quirk;
        pdata.usb3_lpm_capable = dwc->usb3_lpm_capable;
        pdata.xhci_slow_suspend = dwc->xhci_slow_suspend_quirk;