From: Przemyslaw Marczak 
Date: Mon, 1 Sep 2014 11:50:43 +0000 (+0200)
Subject: exynos: pinmux: fix the gpio names for exynos4x12 mmc
X-Git-Tag: v2014.10-rc3~116^2~11^2~21
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19f1b629bfa5ae412c0185ac0a1d8e531a40585f;p=u-boot
exynos: pinmux: fix the gpio names for exynos4x12 mmc
This change fixes the bad gpio configuration for the exynos dwmmc.
Signed-off-by: Przemyslaw Marczak 
Cc: Beomho Seo 
Cc: Minkyu Kang 
Cc: Jaehoon Chung 
Signed-off-by: Minkyu Kang 
---
diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c
index 86a0c75326..b929486da9 100644
--- a/arch/arm/cpu/armv7/exynos/pinmux.c
+++ b/arch/arm/cpu/armv7/exynos/pinmux.c
@@ -704,8 +704,8 @@ static int exynos4x12_mmc_config(int peripheral, int flags)
 		ext_func = S5P_GPIO_FUNC(0x3);
 		break;
 	case PERIPH_ID_SDMMC4:
-		start = EXYNOS4_GPIO_K00;
-		start_ext = EXYNOS4_GPIO_K13;
+		start = EXYNOS4X12_GPIO_K00;
+		start_ext = EXYNOS4X12_GPIO_K13;
 		func = S5P_GPIO_FUNC(0x3);
 		ext_func = S5P_GPIO_FUNC(0x4);
 		break;