Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1533963 > unrolled thread

[PATCH 3/3] ARM: dts: at91: sama5d2 Xplained: use DMA for UART3

Started byNicolas Ferre <nicolas.ferre@atmel.com>
First post2016-12-01 12:00 +0100
Last post2016-12-01 12:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/3] ARM: dts: at91: sama5d2 Xplained: use DMA for UART3 Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-12-01 12:00 +0100

#1533963 — [PATCH 3/3] ARM: dts: at91: sama5d2 Xplained: use DMA for UART3

FromNicolas Ferre <nicolas.ferre@atmel.com>
Date2016-12-01 12:00 +0100
Subject[PATCH 3/3] ARM: dts: at91: sama5d2 Xplained: use DMA for UART3
Message-ID<sJxfP-2MX-1@gated-at.bofh.it>
Use DMA for UART3 as we have enough channels and to show how to
specify DMA use with serial nodes.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 0b9a59d5fdac..e2d5cb3fecb1 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -256,6 +256,8 @@
 			};
 
 			uart3: serial@fc008000 {
+				atmel,use-dma-rx;
+				atmel,use-dma-tx;
 				pinctrl-names = "default";
 				pinctrl-0 = <&pinctrl_uart3_default>;
 				status = "okay";
-- 
2.9.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web