forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
kernel/drivers/mmc/host/pxamci.c
....@@ -828,6 +828,7 @@
828828 .remove = pxamci_remove,
829829 .driver = {
830830 .name = DRIVER_NAME,
831
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
831832 .of_match_table = of_match_ptr(pxa_mmc_dt_ids),
832833 },
833834 };