summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/host/omap_hsmmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c
index 03f0ccd3ec65..c175d66914ff 100644
--- a/drivers/mmc/host/omap_hsmmc.c
+++ b/drivers/mmc/host/omap_hsmmc.c
@@ -1111,6 +1111,7 @@ static int mmc_populate_adma_desc_table(struct omap_hsmmc_host *host,
static void omap_hsmmc_start_adma_transfer(struct omap_hsmmc_host *host)
{
+ wmb();
OMAP_HSMMC_WRITE(host->base, ADMA_SAL, host->phy_adma_table);
}