forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
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 };