projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edabfce
)
ARM: dts: sunxi: h3/h5: add missing uart2 rts/cts pins
author
Karl Palsson
<karlp@tweak.net.au>
Thu, 31 Oct 2019 23:11:02 +0000
(23:11 +0000)
committer
Maxime Ripard
<maxime@cerno.tech>
Fri, 1 Nov 2019 09:04:52 +0000
(10:04 +0100)
uart1 and uart3 had existing pin definitions for the rts/cts pairs.
Add definitions for uart2 as well.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sunxi-h3-h5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
index
eba190b
..
8df29cd
100644
(file)
--- a/
arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/
arch/arm/boot/dts/sunxi-h3-h5.dtsi
@@
-472,6
+472,11
@@
function = "uart2";
};
+ uart2_rts_cts_pins: uart2-rts-cts-pins {
+ pins = "PA2", "PA3";
+ function = "uart2";
+ };
+
uart3_pins: uart3-pins {
pins = "PA13", "PA14";
function = "uart3";