kernel/drivers/mmc/host/atmel-mci.c
.. .. @@ -2701,6 +2701,7 @@ 2701 2701 .remove = atmci_remove, 2702 2702 .driver = { 2703 2703 .name = "atmel_mci", 2704 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,2704 2705 .of_match_table = of_match_ptr(atmci_dt_ids), 2705 2706 .pm = &atmci_dev_pm_ops, 2706 2707 },