forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
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 };