From: Giuseppe Lippolis Date: Sun, 29 Jan 2017 19:39:40 +0000 (+0100) Subject: rt5350: added pcm interface in .dtsi X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f9f636b94e3c160ac935380ef6cbb6ac4c95bb5a;p=lede-git%2F.git 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 --- 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>;