summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-06-08 17:01:59 +0300
committerTony Lindgren <tony@atomide.com>2012-07-09 05:34:20 -0700
commit4f4b5c7418692342551d38e28e8a686b1bb311db (patch)
tree4b837f3749c7753102eb5997d63e3aa0aab52887 /arch/arm/boot/dts
parentdb27ac80792d3173a2c8a4458dcf7694db46108e (diff)
downloadop-kernel-dev-4f4b5c7418692342551d38e28e8a686b1bb311db.zip
op-kernel-dev-4f4b5c7418692342551d38e28e8a686b1bb311db.tar.gz
arm/dts: omap4: Add entry for OMAP McPDM IP
McPDM is used on OMAP4 based boards to communicate with an external audio codec (twl6040). Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 3664641..5a5b5e8 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -277,5 +277,14 @@
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
ti,hwmods = "wd_timer2";
};
+
+ mcpdm: mcpdm@40132000 {
+ compatible = "ti,omap4-mcpdm";
+ reg = <0x40132000 0x7f>, /* MPU private access */
+ <0x49032000 0x7f>; /* L3 Interconnect */
+ interrupts = <0 112 0x4>;
+ interrupt-parent = <&gic>;
+ ti,hwmods = "mcpdm";
+ };
};
};
OpenPOWER on IntegriCloud