kernel/drivers/mmc/host/sdhci-of-at91.c
.. .. @@ -455,6 +455,7 @@ 455 455 static struct platform_driver sdhci_at91_driver = { 456 456 .driver = { 457 457 .name = "sdhci-at91", 458 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,458 459 .of_match_table = sdhci_at91_dt_match, 459 460 .pm = &sdhci_at91_dev_pm_ops, 460 461 },