diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2015-10-15 12:37:27 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 11:03:35 -0800 |
commit | 201c7e3386059204c0048384900c82276e0a37fe (patch) | |
tree | 82b38302c33a06a25b9984678376d9698a58af12 /arch/arm/boot/dts/am4372.dtsi | |
parent | 24f098220c43fb9ac32f6a667dfd102e2bdae671 (diff) | |
download | talos-obmc-linux-201c7e3386059204c0048384900c82276e0a37fe.tar.gz talos-obmc-linux-201c7e3386059204c0048384900c82276e0a37fe.zip |
ARM: dts: am437x/am33xx/omap/dm816x: Add gpmc dma channel
Add dma channel information to the gpmc. Although not enabled by
default this will allow prefetch-dma to be used.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index d83ff9c9701e..1695b684e29d 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -842,6 +842,8 @@ gpmc: gpmc@50000000 { compatible = "ti,am3352-gpmc"; ti,hwmods = "gpmc"; + dmas = <&edma 52>; + dma-names = "rxtx"; clocks = <&l3s_gclk>; clock-names = "fck"; reg = <0x50000000 0x2000>; |