From 921d782eb7a649128ef8a1974765a79dee8b422e Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Mon, 22 Feb 2016 20:49:25 +0800 Subject: ramips: update i2s dtsi files Signed-off-by: Michael Lee --- target/linux/ramips/dts/mt7620a.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/dts/mt7620a.dtsi') diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 1c957b7d2a..641d248e60 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -192,7 +192,7 @@ }; i2s: i2s@a00 { - compatible = "ralink,mt7620a-i2s"; + compatible = "mediatek,mt7620-i2s"; reg = <0xa00 0x100>; resets = <&rstctrl 17>; @@ -201,8 +201,11 @@ interrupt-parent = <&intc>; interrupts = <10>; + txdma-req = <2>; + rxdma-req = <3>; + dmas = <&gdma 4>, - <&gdma 5>; + <&gdma 6>; dma-names = "tx", "rx"; status = "disabled"; -- cgit v1.2.3