Skip to content

Commit 64daf13

Browse files
paulkocialkowskilinusw
authored andcommitted
pinctrl: sunxi: v3s: Fix wrong comment about UART2 pinmux
The original comment doesn't match the pin attribution, probably due to a hasty copy/paste. Signed-off-by: Paul Kocialkowski <[email protected]> Reviewed-by: Icenowy Zheng <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent eaa655c commit 64daf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/sunxi/pinctrl-sun8i-v3s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static const struct sunxi_desc_pin sun8i_v3s_pins[] = {
4545
SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 3),
4646
SUNXI_FUNCTION(0x0, "gpio_in"),
4747
SUNXI_FUNCTION(0x1, "gpio_out"),
48-
SUNXI_FUNCTION(0x2, "uart2"), /* D1 */
48+
SUNXI_FUNCTION(0x2, "uart2"), /* CTS */
4949
SUNXI_FUNCTION_IRQ_BANK(0x6, 0, 3)), /* PB_EINT3 */
5050
SUNXI_PIN(SUNXI_PINCTRL_PIN(B, 4),
5151
SUNXI_FUNCTION(0x0, "gpio_in"),

0 commit comments

Comments
 (0)