sh: sh7757: Fix GPIO_FN_ET0_MDIO and GPIO_FN_ET1_MDIO GPIO entries
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 15 Dec 2012 22:50:38 +0000 (23:50 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 25 Jan 2013 00:24:19 +0000 (09:24 +0900)
The GPIO_FN_ET0_MDIO and GPIO_FN_ET1_MDIO GPIO entries incorrectly
reference the ET0_MDC_MARK and ET1_MDC_MARK marks instead of the
ET0_MDIO_MARK and ET1_MDIO_MARK marks. Fix them.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c

index 4c74bd04bba43b505ab967316a5a5e7a7d3f014a..4a2736d52392a1c7c209b588531915a90f473872 100644 (file)
@@ -1376,9 +1376,9 @@ static struct pinmux_gpio pinmux_gpios[] = {
        PINMUX_GPIO(GPIO_FN_WE1, WE1_MARK),
        PINMUX_GPIO(GPIO_FN_RDY, RDY_MARK),
        PINMUX_GPIO(GPIO_FN_ET0_MDC, ET0_MDC_MARK),
-       PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDC_MARK),
+       PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDIO_MARK),
        PINMUX_GPIO(GPIO_FN_ET1_MDC, ET1_MDC_MARK),
-       PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDC_MARK),
+       PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDIO_MARK),
 
        /* PTB (mobule: INTC, ONFI, TMU) */
        PINMUX_GPIO(GPIO_FN_IRQ15, IRQ15_MARK),
This page took 0.041957 seconds and 5 git commands to generate.