Skip to content
Snippets Groups Projects
Commit 19f1b629 authored by Przemyslaw Marczak's avatar Przemyslaw Marczak Committed by Minkyu Kang
Browse files

exynos: pinmux: fix the gpio names for exynos4x12 mmc


This change fixes the bad gpio configuration for the exynos dwmmc.

Signed-off-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
Cc: Beomho Seo <beomho.seo@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent 0dc579f3
No related branches found
No related tags found
No related merge requests found
...@@ -704,8 +704,8 @@ static int exynos4x12_mmc_config(int peripheral, int flags) ...@@ -704,8 +704,8 @@ static int exynos4x12_mmc_config(int peripheral, int flags)
ext_func = S5P_GPIO_FUNC(0x3); ext_func = S5P_GPIO_FUNC(0x3);
break; break;
case PERIPH_ID_SDMMC4: case PERIPH_ID_SDMMC4:
start = EXYNOS4_GPIO_K00; start = EXYNOS4X12_GPIO_K00;
start_ext = EXYNOS4_GPIO_K13; start_ext = EXYNOS4X12_GPIO_K13;
func = S5P_GPIO_FUNC(0x3); func = S5P_GPIO_FUNC(0x3);
ext_func = S5P_GPIO_FUNC(0x4); ext_func = S5P_GPIO_FUNC(0x4);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment