[PATCH v2 4/4] ARM: dts: am4372: add DMA properties for tscadc

From: Mugunthan V N
Date: Mon Oct 03 2016 - 09:05:19 EST


Add DMA properties for tscadc

Signed-off-by: Mugunthan V N <mugunthanvnm@xxxxxx>
---
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.372.g6fe1b14