projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a0fe0
)
ARM: at91/at91sam9x5.dtsi: fix usart3 TXD
author
Douglas Gilbert
<dgilbert@interlog.com>
Wed, 30 Jan 2013 09:09:17 +0000
(10:09 +0100)
committer
Nicolas 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9x5.dtsi
b/arch/arm/boot/dts/at91sam9x5.dtsi
index 464e34ffed6c2b93a5f5792eb25dafa9cf691fad..0c6009080b88821c642df03a7a21068351352549 100644
(file)
--- a/
arch/arm/boot/dts/at91sam9x5.dtsi
+++ b/
arch/arm/boot/dts/at91sam9x5.dtsi
@@
-199,7
+199,7
@@
usart3 {
pinctrl_usart3: usart3-0 {
atmel,pins =
- <2 2
3
0x2 0x1 /* PC22 periph B with pullup */
+ <2 2
2
0x2 0x1 /* PC22 periph B with pullup */
2 23 0x2 0x0>; /* PC23 periph B */
};