Skip to content

Commit

Permalink
ARM: at91/at91sam9x5.dtsi: fix usart3 TXD
Browse files Browse the repository at this point in the history
Comment for usart3 TXD (TXD3) is correct, dt code is wrong.

Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Douglas Gilbert authored and Nicolas Ferre committed Jan 30, 2013
1 parent 65a0fe0 commit 7d4cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/at91sam9x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
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 */
};

Expand Down

0 comments on commit 7d4cfec

Please sign in to comment.