Revert "mmc: fsl_esdhc: Do not set high speed mode on MX25 and MX51"

This reverts commit f732987fd2.

The real fix has been commited so we can drop this workaround now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2017-11-06 15:20:40 -02:00
parent b6c1cdad2a
commit 03af8c8e5f
1 changed files with 0 additions and 2 deletions

View File

@ -850,10 +850,8 @@ static int fsl_esdhc_init(struct fsl_esdhc_priv *priv,
cfg->host_caps &= ~MMC_MODE_4BIT;
}
#if !defined(CONFIG_MX25) && !defined(CONFIG_MX51)
if (caps & ESDHC_HOSTCAPBLT_HSS)
cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
#endif
#ifdef CONFIG_ESDHC_DETECT_8_BIT_QUIRK
if (CONFIG_ESDHC_DETECT_8_BIT_QUIRK)