Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488243
| From | Mugunthan V N <mugunthanvnm@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/4] ARM: dts: am4372: add DMA properties for tscadc |
| Date | 2016-09-21 18:20 +0200 |
| Message-ID | <sjSpB-2NO-49@gated-at.bofh.it> (permalink) |
| References | <sjSpA-2NO-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add DMA properties for tscadc
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
arch/arm/boot/dts/am4372.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 0fadae5..6094d17 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -867,6 +867,8 @@
clocks = <&adc_tsc_fck>;
clock-names = "fck";
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 — Previous in thread | Find similar | Unroll thread
[PATCH 0/4] Add DMA support for ti_am335x_adc driver Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-21 18:20 +0200
[PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-21 18:20 +0200
Re: [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Vignesh R <vigneshr@ti.com> - 2016-09-22 08:30 +0200
Re: [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-22 13:00 +0200
Re: [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-22 13:20 +0200
Re: [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-22 09:30 +0200
Re: [PATCH 2/4] drivers: iio: ti_am335x_adc: add dma support Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-22 13:00 +0200
[PATCH 4/4] ARM: dts: am4372: add DMA properties for tscadc Mugunthan V N <mugunthanvnm@ti.com> - 2016-09-21 18:20 +0200
csiph-web