forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-07 57b06e572d7e46b953db5a32d96651066e9b3862
kernel/drivers/mmc/host/sdhci-pxav3.c
....@@ -590,6 +590,7 @@
590590 static struct platform_driver sdhci_pxav3_driver = {
591591 .driver = {
592592 .name = "sdhci-pxav3",
593
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
593594 .of_match_table = of_match_ptr(sdhci_pxav3_of_match),
594595 .pm = &sdhci_pxav3_pmops,
595596 },