diff options
author | Giuseppe Lippolis <giu.lippolis@gmail.com> | 2017-01-29 20:39:40 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-03 05:10:13 +0100 |
commit | f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a (patch) | |
tree | 2124c89f0ee07f151e2178028e3d767fe11fe3d6 /target | |
parent | 9df777d181b2f679d6f64228344bedc6abfdd462 (diff) | |
download | upstream-f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a.tar.gz upstream-f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a.tar.bz2 upstream-f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 13 |
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>; |