forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-22 9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
kernel/drivers/mmc/host/mxcmmc.c
....@@ -1244,6 +1244,7 @@
12441244 .id_table = mxcmci_devtype,
12451245 .driver = {
12461246 .name = DRIVER_NAME,
1247
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
12471248 .pm = &mxcmci_pm_ops,
12481249 .of_match_table = mxcmci_of_match,
12491250 }