Commit 7d4cfece authored by Douglas Gilbert's avatar Douglas Gilbert Committed by Nicolas Ferre

ARM: at91/at91sam9x5.dtsi: fix usart3 TXD

Comment for usart3 TXD (TXD3) is correct, dt code is wrong.
Signed-off-by: default avatarDouglas Gilbert <dgilbert@interlog.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 65a0fe04
......@@ -199,7 +199,7 @@ pinctrl_usart2_sck: usart2_sck-0 {
usart3 {
pinctrl_usart3: usart3-0 {
atmel,pins =
<2 23 0x2 0x1 /* PC22 periph B with pullup */
<2 22 0x2 0x1 /* PC22 periph B with pullup */
2 23 0x2 0x0>; /* PC23 periph B */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment