Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: sh7757: Fix GPIO_FN_ET0_MDIO and GPIO_FN_ET1_MDIO GPIO entries

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>

authored by

Laurent Pinchart and committed by
Simon Horman
ffacb6a3 54cbac81

+2 -2
+2 -2
arch/sh/kernel/cpu/sh4a/pinmux-sh7757.c
··· 1376 1376 PINMUX_GPIO(GPIO_FN_WE1, WE1_MARK), 1377 1377 PINMUX_GPIO(GPIO_FN_RDY, RDY_MARK), 1378 1378 PINMUX_GPIO(GPIO_FN_ET0_MDC, ET0_MDC_MARK), 1379 - PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDC_MARK), 1379 + PINMUX_GPIO(GPIO_FN_ET0_MDIO, ET0_MDIO_MARK), 1380 1380 PINMUX_GPIO(GPIO_FN_ET1_MDC, ET1_MDC_MARK), 1381 - PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDC_MARK), 1381 + PINMUX_GPIO(GPIO_FN_ET1_MDIO, ET1_MDIO_MARK), 1382 1382 1383 1383 /* PTB (mobule: INTC, ONFI, TMU) */ 1384 1384 PINMUX_GPIO(GPIO_FN_IRQ15, IRQ15_MARK),