]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 21 Oct 2015 10:49:42 +0000 (19:49 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 29 Oct 2015 10:00:43 +0000 (11:00 +0100)
commite5dc347dcbc6e6e082cbb1069809c4b59a182c6b
tree11fac7a50fe4073274dffebdd84f7e92ef4b9632
parentae87a61b186b74cadadca076b7a4faf54bdec46a
mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode

When card is running with DDR mode, dwmmc needs to set DDR_REG bit at
UHS_REG register.
Before this patch, dwmmc controller doesn't consider this.
If this patch is not applied, CRC or other error shoulds be occurred.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c