[omap]: refresh/rename patches
[openwrt/svn-archive/archive.git] / target / linux / omap / patches-3.12 / 408-ARM-dts-am33xx-Add-mcasp0-and-mcasp1-device-tree-ent.patch
1 From a049ce751e60451b47fa744342db84db44883e57 Mon Sep 17 00:00:00 2001
2 From: Pantelis Antoniou <panto@antoniou-consulting.com>
3 Date: Thu, 10 Jan 2013 20:37:45 +0200
4 Subject: [PATCH 219/752] ARM/dts: am33xx: Add mcasp0 and mcasp1 device tree
5 entries
6
7 Add missing mcasp entries in the am33xx.dtsi include file.
8
9 Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
10 Signed-off-by: Darren Etheridge <detheridge@ti.com>
11 Signed-off-by: Jyri Sarha <jsarha@ti.com>
12 ---
13 arch/arm/boot/dts/am33xx.dtsi | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 --- a/arch/arm/boot/dts/am33xx.dtsi
17 +++ b/arch/arm/boot/dts/am33xx.dtsi
18 @@ -726,5 +726,24 @@
19 <&edma 5>;
20 dma-names = "tx", "rx";
21 };
22 +
23 + mcasp0: mcasp@48038000 {
24 + compatible = "ti,omap2-mcasp-audio";
25 + ti,hwmods = "mcasp0";
26 + reg = <0x48038000 0x2000>;
27 + interrupts = <80 81>;
28 + interrupts-names = "tx", "rx";
29 + status = "disabled";
30 + };
31 +
32 + mcasp1: mcasp@4803C000 {
33 + compatible = "ti,omap2-mcasp-audio";
34 + ti,hwmods = "mcasp1";
35 + reg = <0x4803C000 0x2000>;
36 + interrupts = <82 83>;
37 + interrupts-names = "tx", "rx";
38 + status = "disabled";
39 + };
40 +
41 };
42 };