[RFC v1 10/18] PCI: keystone: Allow asynchronous probing for background link training

From: Anand Moon

Date: Wed Mar 04 2026 - 09:34:47 EST


Establishing a PCIe link can take a while, allow asynchronous probing so
that link establishment can happen in the background while other devices
are being probed.

Signed-off-by: Anand Moon <linux.amoon@xxxxxxxxx>
---
drivers/pci/controller/dwc/pci-keystone.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/pci/controller/dwc/pci-keystone.c b/drivers/pci/controller/dwc/pci-keystone.c
index 20fa4dadb82a..b5c0c690593e 100644
--- a/drivers/pci/controller/dwc/pci-keystone.c
+++ b/drivers/pci/controller/dwc/pci-keystone.c
@@ -1351,6 +1351,7 @@ static struct platform_driver ks_pcie_driver = {
.driver = {
.name = "keystone-pcie",
.of_match_table = ks_pcie_of_match,
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};

--
2.50.1