OSDN Git Service

mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_ios
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 5 Apr 2018 10:31:42 +0000 (18:31 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 2 May 2018 13:08:38 +0000 (15:08 +0200)
commitd39b1b2abf9fcae3001b868186faa1ae889aecf5
treebb81f0649d23b613675b4db4337967423a0e69c1
parentef6b75671b5f6bfeb5e59e2829643483a3af8c39
mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_ios

DDR52 with 8-bit mode should be handled in a different way when
requesting ciu_clk. However DDR50 is used for SDMMC/SDIO and
could never be possible with 8-bit mode. It's trival but misleading.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc-rockchip.c