Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -199,7 +199,7 @@
				usart3 {
				usart3 {
					pinctrl_usart3: usart3-0 {
					pinctrl_usart3: usart3-0 {
						atmel,pins =
						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 */
							 2 23 0x2 0x0>;	/* PC23 periph B */
					};
					};