diff options
| author | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-08 16:08:11 +0200 |
|---|---|---|
| committer | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-08 16:08:11 +0200 |
| commit | 33e2f28596a7059dbe31d837caae924a74aa36d8 (patch) | |
| tree | 30f4f29a3a612ee61251654daf209af2117403f7 | |
| parent | f44e695d19ea8c424faa3493b4aa6f369f3e2007 (diff) | |
Revert "mmc: sdhci-esdhc-imx: fix HS400 timing issue"
This reverts commit 9db739994e0317e6870ccb609c5ee636541d5277.
| -rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 8c0b80a54e4d..b161645338f4 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c @@ -961,7 +961,6 @@ static void esdhc_set_uhs_signaling(struct sdhci_host *host, unsigned timing) case MMC_TIMING_UHS_SDR25: case MMC_TIMING_UHS_SDR50: case MMC_TIMING_UHS_SDR104: - case MMC_TIMING_MMC_HS: case MMC_TIMING_MMC_HS200: writel(m, host->ioaddr + ESDHC_MIX_CTRL); break; |
