summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mx_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/mx_sdhci.c')
-rw-r--r--drivers/mmc/host/mx_sdhci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/mx_sdhci.c b/drivers/mmc/host/mx_sdhci.c
index 54910b72d6b0..1d932b3bb078 100644
--- a/drivers/mmc/host/mx_sdhci.c
+++ b/drivers/mmc/host/mx_sdhci.c
@@ -750,12 +750,13 @@ static void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd)
* set bit1 of Vendor Spec Registor
*/
if (cmd->opcode == 0x35 && (cmd->data->flags
- & MMC_DATA_READ))
+ & MMC_DATA_READ)) {
timeout = readl(host->ioaddr
+ SDHCI_VENDOR_SPEC);
timeout |= 0x2;
writel(timeout, host->ioaddr
+ SDHCI_VENDOR_SPEC);
+ }
}
}
if (cmd->data->flags & MMC_DATA_READ)