hc
2023-11-06 36f0949ef9854b82a9a3154d970da4e3b8d12a61
kernel/drivers/mmc/host/sdhci-pxav2.c
....@@ -236,6 +236,7 @@
236236 static struct platform_driver sdhci_pxav2_driver = {
237237 .driver = {
238238 .name = "sdhci-pxav2",
239
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
239240 .of_match_table = of_match_ptr(sdhci_pxav2_of_match),
240241 .pm = &sdhci_pltfm_pmops,
241242 },