diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2016-05-04 12:43:55 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-05-12 13:44:15 -0700 |
commit | 10ce2404ccab6828f86fb038e4888837f49f9f48 (patch) | |
tree | d365ea60f4492956b9bb4adde224e54eadffc588 /arch/arm/boot/dts/dra7.dtsi | |
parent | 1ddbef4d596ce51bf25825549bc5865de08a7e62 (diff) |
ARM: dts: dra7: Add gpmc dma channel
Add dma channel information to the gpmc.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index e0074014385a..3a8f3976f6f9 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1451,6 +1451,8 @@ ti,hwmods = "gpmc"; reg = <0x50000000 0x37c>; /* device IO registers */ interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; + dmas = <&edma_xbar 4 0>; + dma-names = "rxtx"; gpmc,num-cs = <8>; gpmc,num-waitpins = <2>; #address-cells = <2>; |