diff options
author | Sebastien Guiriec <s-guiriec@ti.com> | 2013-03-11 03:50:21 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:10 -0400 |
commit | 4e4ead73bfa8d5bb51b24f36cb4913aa47467156 (patch) | |
tree | f66d373f55698c1f2c67ef1d887b606592732140 /arch/arm/boot/dts/omap2420.dtsi | |
parent | 678fac41938299d33b980ad0e7b81438d3d88836 (diff) |
ARM: dts: OMAP2+: Add SDMA Audio IPs bindings
Populate DMA client information for McBSP DMIC and McPDM periperhal on
OMAP2+ devices.
Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index eee902f3eaa5..455b239b8884 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi | |||
@@ -92,6 +92,9 @@ | |||
92 | <60>; /* RX interrupt */ | 92 | <60>; /* RX interrupt */ |
93 | interrupt-names = "tx", "rx"; | 93 | interrupt-names = "tx", "rx"; |
94 | ti,hwmods = "mcbsp1"; | 94 | ti,hwmods = "mcbsp1"; |
95 | dmas = <&sdma 31>, | ||
96 | <&sdma 32>; | ||
97 | dma-names = "tx", "rx"; | ||
95 | }; | 98 | }; |
96 | 99 | ||
97 | mcbsp2: mcbsp@48076000 { | 100 | mcbsp2: mcbsp@48076000 { |
@@ -102,6 +105,9 @@ | |||
102 | <63>; /* RX interrupt */ | 105 | <63>; /* RX interrupt */ |
103 | interrupt-names = "tx", "rx"; | 106 | interrupt-names = "tx", "rx"; |
104 | ti,hwmods = "mcbsp2"; | 107 | ti,hwmods = "mcbsp2"; |
108 | dmas = <&sdma 33>, | ||
109 | <&sdma 34>; | ||
110 | dma-names = "tx", "rx"; | ||
105 | }; | 111 | }; |
106 | 112 | ||
107 | timer1: timer@48028000 { | 113 | timer1: timer@48028000 { |