hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/sdhci-of-esdhc.c
....@@ -969,6 +969,7 @@
969969 static struct platform_driver sdhci_esdhc_driver = {
970970 .driver = {
971971 .name = "sdhci-esdhc",
972
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
972973 .of_match_table = sdhci_esdhc_of_match,
973974 .pm = &esdhc_of_dev_pm_ops,
974975 },