ARM: dts: am33xx: add DMA properties for tscadc
authorMugunthan V N <mugunthanvnm@ti.com>
Wed, 5 Oct 2016 09:04:42 +0000 (14:34 +0530)
committerTony Lindgren <tony@atomide.com>
Wed, 9 Nov 2016 22:22:59 +0000 (15:22 -0700)
Add DMA properties for tscadc

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index 194d884..348ed77 100644 (file)
                        interrupts = <16>;
                        ti,hwmods = "adc_tsc";
                        status = "disabled";
+                       dmas = <&edma 53 0>, <&edma 57 0>;
+                       dma-names = "fifo0", "fifo1";
 
                        tsc {
                                compatible = "ti,am3359-tsc";