projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afab220
)
ARM: dts: imx28-evk: add the RTS/CTS property for auart0
author
Huang Shijie
<b32955@freescale.com>
Sat, 3 Aug 2013 14:09:16 +0000
(10:09 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 5 Aug 2013 07:05:18 +0000
(15:05 +0800)
Add the RTS/CTS property for auart0 which means we enable the
DMA support for it.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/imx28-evk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx28-evk.dts
b/arch/arm/boot/dts/imx28-evk.dts
index e035f4664b97493b2261b97b33cfbc97da8b539c..15715d921d14417a5f0e1e8fe76047410239aaa9 100644
(file)
--- a/
arch/arm/boot/dts/imx28-evk.dts
+++ b/
arch/arm/boot/dts/imx28-evk.dts
@@
-220,6
+220,7
@@
auart0: serial@8006a000 {
pinctrl-names = "default";
pinctrl-0 = <&auart0_pins_a>;
+ fsl,uart-has-rtscts;
status = "okay";
};