From: Jaehoon Chung Date: Fri, 16 May 2014 04:59:57 +0000 (+0900) Subject: mmc: exynos_dw_mmc: enable the DDR mode X-Git-Tag: v2014.07-rc3~4^2~2^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e09bd85329186015ec1bc663c0d55dd6bec41d2a;p=u-boot mmc: exynos_dw_mmc: enable the DDR mode Set the ddr mode capability by default. Signed-off-by: Jaehoon Chung Tested-by: Lukasz Majewski Acked-by: Lukasz Majewski Signed-off-by: Minkyu Kang --- diff --git a/drivers/mmc/exynos_dw_mmc.c b/drivers/mmc/exynos_dw_mmc.c index 28941ad0fd..d96dfe16a5 100644 --- a/drivers/mmc/exynos_dw_mmc.c +++ b/drivers/mmc/exynos_dw_mmc.c @@ -95,6 +95,7 @@ static int exynos_dwmci_core_init(struct dwmci_host *host, int index) host->clksel_val = DWMMC_MMC2_CLKSEL_VAL; } + host->caps = MMC_MODE_DDR_52MHz; host->clksel = exynos_dwmci_clksel; host->dev_index = index; host->get_mmc_clk = exynos_dwmci_get_clk;