summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorFranklin S Cooper Jr <fcooper@ti.com>2016-03-10 17:56:39 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-04 14:49:15 -0700
commit61ceb3df1b20f7e7ef4f8d1f4c8cf7568ca1f206 (patch)
tree41b29fdb140ba37aa8f1d1dfb57039afe001db91 /arch/arm/boot
parent4b065a2ea307a9550014aa35b57cc71e0d3d8c12 (diff)
downloadlinux-stable-61ceb3df1b20f7e7ef4f8d1f4c8cf7568ca1f206.tar.gz
linux-stable-61ceb3df1b20f7e7ef4f8d1f4c8cf7568ca1f206.tar.bz2
linux-stable-61ceb3df1b20f7e7ef4f8d1f4c8cf7568ca1f206.zip
ARM: dts: am437x: Fix GPMC dma properties
commit 883cbc901b570625f54250a37b008d3635f1fbda upstream. This patch updates the GPMC's DT DMA property to reflect the updated eDMA bindings. Fixes: cce1ee000187 ("ARM: DTS: am437x: Use the new DT bindings for the eDMA3") Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Acked-by: Roger Quadros <rogerq@ti.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/am4372.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index cdd3d7844804..6bd38a28e26c 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -884,7 +884,7 @@
gpmc: gpmc@50000000 {
compatible = "ti,am3352-gpmc";
ti,hwmods = "gpmc";
- dmas = <&edma 52>;
+ dmas = <&edma 52 0>;
dma-names = "rxtx";
clocks = <&l3s_gclk>;
clock-names = "fck";