]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: at91/at91sam9x5.dtsi: fix usart3 TXD
authorDouglas Gilbert <dgilbert@interlog.com>
Wed, 30 Jan 2013 09:09:17 +0000 (10:09 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 30 Jan 2013 09:09:17 +0000 (10:09 +0100)
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>
arch/arm/boot/dts/at91sam9x5.dtsi

index 464e34ffed6c2b93a5f5792eb25dafa9cf691fad..0c6009080b88821c642df03a7a21068351352549 100644 (file)
                                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 */
                                        };