kernel/drivers/mmc/host/mxcmmc.c
.. .. @@ -1244,6 +1244,7 @@ 1244 1244 .id_table = mxcmci_devtype, 1245 1245 .driver = { 1246 1246 .name = DRIVER_NAME, 1247 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,1247 1248 .pm = &mxcmci_pm_ops, 1248 1249 .of_match_table = mxcmci_of_match, 1249 1250 }