diff options
author | Huang Shijie <b32955@freescale.com> | 2013-08-03 10:09:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-05 03:05:18 -0400 |
commit | b2755b761a47ae42094bbab64d40490694ec08c3 (patch) | |
tree | 0ef817c60c293036c0a4bc33aaee51700859c501 /arch/arm/boot/dts/imx28-evk.dts | |
parent | afab220396bf9a728098996d73775fd1aaa712f8 (diff) |
ARM: dts: imx28-evk: add the RTS/CTS property for auart0
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index e035f4664b97..15715d921d14 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts | |||
@@ -220,6 +220,7 @@ | |||
220 | auart0: serial@8006a000 { | 220 | auart0: serial@8006a000 { |
221 | pinctrl-names = "default"; | 221 | pinctrl-names = "default"; |
222 | pinctrl-0 = <&auart0_pins_a>; | 222 | pinctrl-0 = <&auart0_pins_a>; |
223 | fsl,uart-has-rtscts; | ||
223 | status = "okay"; | 224 | status = "okay"; |
224 | }; | 225 | }; |
225 | 226 | ||