diff options
author | John Crispin <blogic@openwrt.org> | 2013-12-09 17:29:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-12-09 17:29:19 +0000 |
commit | 4ad135094fe8570e11c34638fce73003f312fd2a (patch) | |
tree | a4c3036f714502071dff80d3b8c5c3c251a00501 | |
parent | e5845671e703f6de67c1e4e029f67fbe4c97a160 (diff) | |
download | upstream-4ad135094fe8570e11c34638fce73003f312fd2a.tar.gz upstream-4ad135094fe8570e11c34638fce73003f312fd2a.tar.bz2 upstream-4ad135094fe8570e11c34638fce73003f312fd2a.zip |
ralink: add mt7620a gdma info to dtsi
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39017 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 4ad0a7c2a9..a04472533b 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -176,6 +176,10 @@ interrupt-parent = <&intc>; interrupts = <10>; + dmas = <&gdma 4>, + <&gdma 5>; + dma-names = "tx", "rx"; + status = "disabled"; }; @@ -235,7 +239,7 @@ status = "disabled"; }; - gdma@2800 { + gdma: gdma@2800 { compatible = "ralink,mt7620a-gdma", "ralink,rt2880-gdma"; reg = <0x2800 0x800>; @@ -245,6 +249,10 @@ interrupt-parent = <&intc>; interrupts = <7>; + #dma-cells = <1>; + #dma-channels = <16>; + #dma-requests = <16>; + status = "disabled"; }; }; |