replace the TI patch with a smaller patchset
[openwrt/staging/chunkeey.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 diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
17 index 6eb809c..4fb3521 100644
18 --- a/arch/arm/boot/dts/am33xx.dtsi
19 +++ b/arch/arm/boot/dts/am33xx.dtsi
20 @@ -839,6 +839,25 @@
21 clocks = <&rng_fck>;
22 clock-names = "fck";
23 };
24 +
25 + mcasp0: mcasp@48038000 {
26 + compatible = "ti,omap2-mcasp-audio";
27 + ti,hwmods = "mcasp0";
28 + reg = <0x48038000 0x2000>;
29 + interrupts = <80 81>;
30 + interrupts-names = "tx", "rx";
31 + status = "disabled";
32 + };
33 +
34 + mcasp1: mcasp@4803C000 {
35 + compatible = "ti,omap2-mcasp-audio";
36 + ti,hwmods = "mcasp1";
37 + reg = <0x4803C000 0x2000>;
38 + interrupts = <82 83>;
39 + interrupts-names = "tx", "rx";
40 + status = "disabled";
41 + };
42 +
43 };
44
45 clocks {
46 --
47 1.7.10.4
48