forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-04 f33f61bdb7ca6d5ebe7a78f9d8694b91360279ac
kernel/drivers/mmc/host/sdhci-iproc.c
....@@ -321,6 +321,7 @@
321321 static struct platform_driver sdhci_iproc_driver = {
322322 .driver = {
323323 .name = "sdhci-iproc",
324
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
324325 .of_match_table = sdhci_iproc_of_match,
325326 .pm = &sdhci_pltfm_pmops,
326327 },