kernel/drivers/mmc/host/sdhci-s3c.c
.. .. @@ -788,6 +788,7 @@ 788 788 .id_table = sdhci_s3c_driver_ids, 789 789 .driver = { 790 790 .name = "s3c-sdhci", 791 + .probe_type = PROBE_PREFER_ASYNCHRONOUS,791 792 .of_match_table = of_match_ptr(sdhci_s3c_dt_match), 792 793 .pm = &sdhci_s3c_pmops, 793 794 },