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


Groups > linux.kernel > #1508712 > unrolled thread

[PATCH] ARM: DTS: da850: Add DMA to SPI0

Started byDavid Lechner <david@lechnology.com>
First post2016-10-26 01:40 +0200
Last post2016-10-26 01:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: DTS: da850: Add DMA to SPI0 David Lechner <david@lechnology.com> - 2016-10-26 01:40 +0200

#1508712 — [PATCH] ARM: DTS: da850: Add DMA to SPI0

FromDavid Lechner <david@lechnology.com>
Date2016-10-26 01:40 +0200
Subject[PATCH] ARM: DTS: da850: Add DMA to SPI0
Message-ID<swju2-3SL-23@gated-at.bofh.it>
Add the bindings for DMA on SPI0

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/boot/dts/da850.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 06a5abc..baadebe 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -349,6 +349,8 @@
 			num-cs = <6>;
 			ti,davinci-spi-intr-line = <1>;
 			interrupts = <20>;
+			dmas = <&edma0 14 0>, <&edma0 15 0>;
+			dma-names = "rx", "tx";
 			status = "disabled";
 		};
 		spi1: spi@30e000 {
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web