UPSTREAM: usb: dwc3: pci: use build-in properties instead of platform data
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc3 / host.c
index c679f63783aec8c1a0fe4e43bef80546a55abf44..661fbae01ae2d1556245528311afdb079de63657 100644 (file)
@@ -37,6 +37,7 @@ int dwc3_host_init(struct dwc3 *dwc)
        xhci->dev.parent        = dwc->dev;
        xhci->dev.dma_mask      = dwc->dev->dma_mask;
        xhci->dev.dma_parms     = dwc->dev->dma_parms;
+       xhci->dev.archdata      = dwc->dev->archdata;
 
        dwc->xhci = xhci;