[U-Boot] [PATCH v4 02/12] exynos: pinmux: fix the gpio names for exynos4x12 mmc
Jaehoon Chung
jh80.chung at samsung.com
Fri Jul 4 07:37:41 CEST 2014
It's reasonable, looks good to me.
Acked-by: Jaehoon Chung <jh80.chung at samsung.com>
On 07/02/2014 08:50 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