Message ID | 1892e2ae15f.f7e5dc061620757.4339091752690983066@linux.beauty (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Krzysztof WilczyĆski |
Headers | show |
Series | PCI: cadence: Allow async probe | expand |
diff --git a/drivers/pci/controller/cadence/pcie-cadence-plat.c b/drivers/pci/controller/cadence/pcie-cadence-plat.c index e091fef9c919..5177f18e1dfc 100644 --- a/drivers/pci/controller/cadence/pcie-cadence-plat.c +++ b/drivers/pci/controller/cadence/pcie-cadence-plat.c @@ -174,6 +174,7 @@ static struct platform_driver cdns_plat_pcie_driver = { .name = "cdns-pcie", .of_match_table = cdns_plat_pcie_of_match, .pm = &cdns_pcie_pm_ops, + .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, .probe = cdns_plat_pcie_probe, .shutdown = cdns_plat_pcie_shutdown,