mmc: mediatek: fix CRC error when calling mmc_select_hs400()
authorChaotian Jing <chaotian.jing@mediatek.com>
Thu, 30 Jun 2016 02:00:59 +0000 (10:00 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:31 +0000 (10:34 +0200)
commit86beac370481882550e1f3904a5af44a5f9ea395
tree963c6166d42152bf0b52dbebd016b009ce3a1c50
parent5462ff39c4538b33e70a3c3fffa980c3acb27642
mmc: mediatek: fix CRC error when calling mmc_select_hs400()

the tune result of hs200 mode at 200Mhz is not suitable for 50Mhz,
mmc_select_hs400() will set clock frequency to 50Mhz, use defalut
tune setting for 50Mhz to avoid CRC error.

Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mtk-sd.c