Re: [2/2] mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode

2015-10-21 Thread Alim Akhtar
Hi Jaehoon, On 10/21/2015 04:19 PM, Jaehoon Chung wrote: > 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-

[PATCH 2/2] mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode

2015-10-21 Thread Jaehoon Chung
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 --- drivers/mmc/host/dw_mmc.c | 1 + 1 file change