]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0364927108079ca6584f89e03da4d39dee8c8bc2
tree963c6166d42152bf0b52dbebd016b009ce3a1c50
parent351dcc39b2e69aad3acc73607664269686ba3d2e
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