usb: Probe EHCI, OHCI controllers asynchronously
[platform/kernel/linux-starfive.git] / drivers / usb / host / ohci-platform.c
index 4a8456f..47dfbfe 100644 (file)
@@ -334,6 +334,7 @@ static struct platform_driver ohci_platform_driver = {
                .name   = "ohci-platform",
                .pm     = &ohci_platform_pm_ops,
                .of_match_table = ohci_platform_ids,
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        }
 };