aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an.dtsi
diff options
context:
space:
mode:
authorMichael Lee <igvtee@gmail.com>2016-07-04 13:15:31 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-07-04 13:15:31 +0200
commit78d773a7881bc5f173c7ef6dc2f2916c352a8d5f (patch)
tree14c44ecb48f42442cb300a35e6ef86f862625743 /target/linux/ramips/dts/mt7628an.dtsi
parent73b563e9499d9c0e24c8fe8370b8818a929ba4e0 (diff)
downloadmaster-187ad058-78d773a7881bc5f173c7ef6dc2f2916c352a8d5f.tar.gz
master-187ad058-78d773a7881bc5f173c7ef6dc2f2916c352a8d5f.tar.bz2
master-187ad058-78d773a7881bc5f173c7ef6dc2f2916c352a8d5f.zip
ramips: update i2s dtsi files
Signed-off-by: Michael Lee <igvtee@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7628an.dtsi')
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi9
1 files changed, 6 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index 860521999d..671aaef386 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -126,7 +126,7 @@
};
i2s: i2s@a00 {
- compatible = "ralink,mt7620a-i2s";
+ compatible = "mediatek,mt7628-i2s";
reg = <0xa00 0x100>;
resets = <&rstctrl 17>;
@@ -135,8 +135,11 @@
interrupt-parent = <&intc>;
interrupts = <10>;
- dmas = <&gdma 2>,
- <&gdma 3>;
+ txdma-req = <2>;
+ rxdma-req = <3>;
+
+ dmas = <&gdma 4>,
+ <&gdma 6>;
dma-names = "tx", "rx";
status = "disabled";