diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-10-05 14:34:42 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 15:22:59 -0700 |
commit | 55e871fc19ca9e98b0c8e33f12d2996f363debbb (patch) | |
tree | d20cf534aee2fe45764b90421bc42ec1ac34654e /arch/arm/boot/dts/am33xx.dtsi | |
parent | 2d46c0c607255716758f95eac570c890abc56c45 (diff) | |
download | linux-rt-55e871fc19ca9e98b0c8e33f12d2996f363debbb.tar.gz |
ARM: dts: am33xx: add DMA properties for tscadc
Add DMA properties for tscadc
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 194d884c9de1..348ed77a355a 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -855,6 +855,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"; |