summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Lippolis2017-01-29 19:39:40 +0000
committerJohn Crispin2017-02-03 04:10:13 +0000
commitf9f636b94e3c160ac935380ef6cbb6ac4c95bb5a (patch)
tree2124c89f0ee07f151e2178028e3d767fe11fe3d6
parent9df777d181b2f679d6f64228344bedc6abfdd462 (diff)
downloadopenwrt-f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a.tar.gz
rt5350: added pcm interface in .dtsi
Added the missing audio pcm interface in the .dtsi file for the rt5350 device. The update has been verified from the data get from the datasheet and is very similar to the mt7620a.dtsi Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
-rw-r--r--target/linux/ramips/dts/rt5350.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi
index 5310ce8227..a92c113043 100644
--- a/target/linux/ramips/dts/rt5350.dtsi
+++ b/target/linux/ramips/dts/rt5350.dtsi
@@ -229,6 +229,19 @@
interrupts = <7>;
};
+ pcm: pcm@2000 {
+ compatible = "ralink,rt5350-pcm";
+ reg = <0x2000 0x800>;
+
+ resets = <&rstctrl 11>;
+ reset-names = "pcm";
+
+ interrupt-parent = <&intc>;
+ interrupts = <4>;
+
+ status = "disabled";
+ };
+
gdma: gdma@2800 {
compatible = "ralink,rt3883-gdma";
reg = <0x2800 0x800>;