hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/mmc/host/sdhci-esdhc-imx.c
....@@ -1501,6 +1501,7 @@
15011501 static struct platform_driver sdhci_esdhc_imx_driver = {
15021502 .driver = {
15031503 .name = "sdhci-esdhc-imx",
1504
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
15041505 .of_match_table = imx_esdhc_dt_ids,
15051506 .pm = &sdhci_esdhc_pmops,
15061507 },