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


Groups > linux.kernel > #1488231

[PATCH 3/4] ARM: dts: am33xx: add DMA properties for tscadc

From Mugunthan V N <mugunthanvnm@ti.com>
Newsgroups linux.kernel
Subject [PATCH 3/4] ARM: dts: am33xx: add DMA properties for tscadc
Date 2016-09-21 18:20 +0200
Message-ID <sjSpA-2NO-13@gated-at.bofh.it> (permalink)
References <sjSpA-2NO-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add DMA properties for tscadc

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 98748c6..6d607b8 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -917,6 +917,8 @@
 			interrupts = <16>;
 			ti,hwmods = "adc_tsc";
 			status = "disabled";
+			dmas = <&edma 53 0>, <&edma 57 0>;
+			dma-names = "fifo0", "fifo1";
 
 			tsc {
 				compatible = "ti,am3359-tsc";
-- 
2.10.0.129.g35f6318

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/4] ARM: dts: am33xx: add DMA properties for tscadc Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-21 18:20 +0200

csiph-web