pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33
authorIcenowy Zheng <icenowy@aosc.xyz>
Tue, 23 Aug 2016 05:58:25 +0000 (13:58 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 23 Aug 2016 10:28:31 +0000 (12:28 +0200)
commit486095fae3a8a6b1ae07c51844699d9bd5cfbebc
tree822a00d9e21c0476b222dfca456c48facec299a6
parentbcb48cca23ec9852739e4a464307fa29515bbe48
pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33

PG8, PG9 is said to be the CTS/RTS pins for UART1 according to the A23/33
datasheets. However, the function is wrongly named "uart2" in the pinctrl
driver. This patch fixes this by modifying them to be named "uart1".

Cc: stable@vger.kernel.org
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sunxi/pinctrl-sun8i-a23.c
drivers/pinctrl/sunxi/pinctrl-sun8i-a33.c