mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
ARM: dts: am437x: Fix GPMC dma properties
This patch updates the GPMC's DT DMA property to reflect the updated eDMA
bindings.
Fixes: cce1ee0001 ("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>
This commit is contained in:
committed by
Tony Lindgren
parent
a2abf904a6
commit
883cbc901b
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user