[U-Boot] [PATCH 02/10] exynos: pinmux: fix the gpio names for exynos4x12 mmc

Jaehoon Chung jh80.chung at samsung.com
Wed Jun 11 12:03:01 CEST 2014


Looks good to me.

Acked-by: Jaehoon Chung <jh80.chung at samsung.com>

On 06/10/2014 08:25 PM, Przemyslaw Marczak wrote:
> This change fixes the bad gpio configuration for the exynos dwmmc.
> 
> Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Beomho Seo <beomho.seo at samsung.com>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> ---
>  arch/arm/cpu/armv7/exynos/pinmux.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/cpu/armv7/exynos/pinmux.c b/arch/arm/cpu/armv7/exynos/pinmux.c
> index 86a0c75..b929486 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;
> 



More information about the U-Boot mailing list