ramips: update i2s dtsi files
[openwrt/staging/rmilecki.git] / target / linux / ramips / dts / mt7628an.dtsi
index 860521999d4bfd12dd23f5ecdefb9ddaf0dcb14f..671aaef386d94ef12ca958bf475f03e4ac0dcd45 100644 (file)
                };
 
                i2s: i2s@a00 {
-                       compatible = "ralink,mt7620a-i2s";
+                       compatible = "mediatek,mt7628-i2s";
                        reg = <0xa00 0x100>;
 
                        resets = <&rstctrl 17>;
                        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";