From 2884a8cd4ade3c1f698fb3024ed0691f7837b75c Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 8 Nov 2016 14:17:22 +0800 Subject: MLK-13440-4 warp: Replace CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by using vs18_enable parameter Change to use the new way to set the vs18_enable field to 1 for fixed 1.8v I/O eMMC. Don't use CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT any longer. Signed-off-by: Ye Li (cherry picked from commit c1bf2d975be66597f8fc25c9eef0f02bda3c5050) --- board/warp/warp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/warp/warp.c') diff --git a/board/warp/warp.c b/board/warp/warp.c index 0bc0a6a..4bb975e 100644 --- a/board/warp/warp.c +++ b/board/warp/warp.c @@ -62,7 +62,7 @@ static void setup_iomux_uart(void) } static struct fsl_esdhc_cfg usdhc_cfg[1] = { - {USDHC2_BASE_ADDR}, + {USDHC2_BASE_ADDR, 0, 8, 0, 1}, /* fixed 1.8v IO voltage for eMMC chip */ }; int board_mmc_getcd(struct mmc *mmc) -- cgit v1.1