aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-of-dwcmshc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-of-dwcmshc.c b/drivers/mmc/host/sdhci-of-dwcmshc.c
index 34d26e3884a0..bac874ab0b33 100644
--- a/drivers/mmc/host/sdhci-of-dwcmshc.c
+++ b/drivers/mmc/host/sdhci-of-dwcmshc.c
@@ -416,6 +416,8 @@ static int dwcmshc_probe(struct platform_device *pdev)
goto err_clk;
}
+ host->mmc->caps |= MMC_CAP_WAIT_WHILE_BUSY;
+
err = sdhci_add_host(host);
if (err)
goto err_clk;