Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am437x: Fix GPMC dma properties

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>

authored by

Franklin S Cooper Jr and committed by
Tony Lindgren
883cbc90 a2abf904

+1 -1
+1 -1
arch/arm/boot/dts/am4372.dtsi
··· 884 884 gpmc: gpmc@50000000 { 885 885 compatible = "ti,am3352-gpmc"; 886 886 ti,hwmods = "gpmc"; 887 - dmas = <&edma 52>; 887 + dmas = <&edma 52 0>; 888 888 dma-names = "rxtx"; 889 889 clocks = <&l3s_gclk>; 890 890 clock-names = "fck";