]> git.baikalelectronics.ru Git - kernel.git/commit
sh: sh7786: Fix last GPIO index
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 15 Dec 2012 22:50:40 +0000 (23:50 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 25 Jan 2013 00:24:20 +0000 (09:24 +0900)
commit9399142306359e6fa717c1de284752bf97e9ce64
treee0ba73c387869783c29c6a867f6e09603de2158b
parentf04d152e98a619dd8d2df400df2f29cacc42df27
sh: sh7786: Fix last GPIO index

A careless look at the code shows that the last entry in the
pinmux_gpios seems to be GPIO_FN_FSE. However, entries are ordered by
the GPIO number, as the PINMUX_GPIO macro is expended to an indexed
array initializer. The last entry in the array is thus GPIO_FN_IRL4. Set
the pinmux_info last_gpio field accordingly.

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-sh7786.c