summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an.dtsi
diff options
context:
space:
mode:
authorMichael Lee <igvtee@gmail.com>2016-02-22 20:49:25 +0800
committerJohn Crispin <john@phrozen.org>2016-06-13 22:51:42 +0200
commit921d782eb7a649128ef8a1974765a79dee8b422e (patch)
tree9aff1d5498604ea4f597eb286210e25c31b592a6 /target/linux/ramips/dts/mt7628an.dtsi
parent9ff8928bb9c28be701eb963e591afcfd54b9d8c9 (diff)
downloadmaster-31e0f0ae-921d782eb7a649128ef8a1974765a79dee8b422e.tar.gz
master-31e0f0ae-921d782eb7a649128ef8a1974765a79dee8b422e.tar.bz2
master-31e0f0ae-921d782eb7a649128ef8a1974765a79dee8b422e.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";