Commits

Haibo Chen committed 53a06e497aa
MLK-15002 mmc: sdhci-esdhc-imx: fix HS400 timing issue commit 3f0191b80cf1 ("MLK-14381 mmc: sdhci-esdhc-imx: reset tuning circuit when system resume") add tuning reset when the timing is MMC_TIMING_LEGACY/MMC_TIMING_MMC_HS/MMC_TIMING_SD_HS. For timing MMC_TIMING_MMC_HS, we can not do tuning reset, otherwise HS400 timing is not right. Here is the process of config HS400, it do tuning in HS200 mode, then switch to HS mode and 8 bit DDR mode, finally switch to HS400 mode. If we do tuning reset in HS mode, this will cause HS400 mode lost the tuning setting, which will cause CRC error. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>