Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC

Replaced UHS_DDR50 with MMC_DDR52.

CC: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>

authored by

Seungwon Jeon and committed by
Chris Ball
4039ff47 5438ad95

+5 -4
+5 -4
drivers/mmc/host/sh_mmcif.c
··· 803 803 break; 804 804 } 805 805 switch (host->timing) { 806 - case MMC_TIMING_UHS_DDR50: 806 + case MMC_TIMING_MMC_DDR52: 807 807 /* 808 808 * MMC core will only set this timing, if the host 809 - * advertises the MMC_CAP_UHS_DDR50 capability. MMCIF 810 - * implementations with this capability, e.g. sh73a0, 811 - * will have to set it in their platform data. 809 + * advertises the MMC_CAP_1_8V_DDR/MMC_CAP_1_2V_DDR 810 + * capability. MMCIF implementations with this 811 + * capability, e.g. sh73a0, will have to set it 812 + * in their platform data. 812 813 */ 813 814 tmp |= CMD_SET_DARS; 814 815 break;