Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 883cbc90 authored by Franklin S Cooper Jr's avatar Franklin S Cooper Jr Committed by Tony Lindgren
Browse files

ARM: dts: am437x: Fix GPMC dma properties



This patch updates the GPMC's DT DMA property to reflect the updated eDMA
bindings.

Fixes: cce1ee00 ("ARM: DTS: am437x: Use the new DT bindings for the eDMA3")

Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a2abf904
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -884,7 +884,7 @@
		gpmc: gpmc@50000000 {
		gpmc: gpmc@50000000 {
			compatible = "ti,am3352-gpmc";
			compatible = "ti,am3352-gpmc";
			ti,hwmods = "gpmc";
			ti,hwmods = "gpmc";
			dmas = <&edma 52>;
			dmas = <&edma 52 0>;
			dma-names = "rxtx";
			dma-names = "rxtx";
			clocks = <&l3s_gclk>;
			clocks = <&l3s_gclk>;
			clock-names = "fck";
			clock-names = "fck";