aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/owl-mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/owl-mmc.c')
-rw-r--r--drivers/mmc/host/owl-mmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/owl-mmc.c b/drivers/mmc/host/owl-mmc.c
index df43f42855e2..ccf214a89eda 100644
--- a/drivers/mmc/host/owl-mmc.c
+++ b/drivers/mmc/host/owl-mmc.c
@@ -689,6 +689,7 @@ MODULE_DEVICE_TABLE(of, owl_mmc_of_match);
static struct platform_driver owl_mmc_driver = {
.driver = {
.name = "owl_mmc",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = owl_mmc_of_match,
},
.probe = owl_mmc_probe,