usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag
[pandora-u-boot.git] / drivers / usb / host / xhci-pci.c
index 6c5024d..aaa243f 100644 (file)
@@ -70,7 +70,7 @@ U_BOOT_DRIVER(xhci_pci) = {
        .ops    = &xhci_usb_ops,
        .plat_auto      = sizeof(struct usb_plat),
        .priv_auto      = sizeof(struct xhci_ctrl),
-       .flags  = DM_FLAG_ALLOC_PRIV_DMA,
+       .flags  = DM_FLAG_OS_PREPARE | DM_FLAG_ALLOC_PRIV_DMA,
 };
 
 static struct pci_device_id xhci_pci_supported[] = {