aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-overo.dtsi
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@epfl.ch>2013-01-23 12:56:52 -0500
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-08 18:16:54 -0400
commit250b4e113b2b8ed14f45bad96dc6ad6fd41a7564 (patch)
treed8b9c3a86025b48ed799465cbefebfd039deb94c /arch/arm/boot/dts/omap3-overo.dtsi
parentbe26cd6dfaec435f792c2b18c3f3ea74114385c4 (diff)
ARM: dts: omap3-overo: Add audio support
Add the needed sections to enable audio support on Overo. Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-overo.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi
index 800be293c6a4..81341fa27c23 100644
--- a/arch/arm/boot/dts/omap3-overo.dtsi
+++ b/arch/arm/boot/dts/omap3-overo.dtsi
@@ -23,6 +23,14 @@
23 max-brightness = <127>; 23 max-brightness = <127>;
24 }; 24 };
25 }; 25 };
26
27 sound {
28 compatible = "ti,omap-twl4030";
29 ti,model = "overo";
30
31 ti,mcbsp = <&mcbsp2>;
32 ti,codec = <&twl_audio>;
33 };
26}; 34};
27 35
28&i2c1 { 36&i2c1 {
@@ -32,6 +40,12 @@
32 reg = <0x48>; 40 reg = <0x48>;
33 interrupts = <7>; /* SYS_NIRQ cascaded to intc */ 41 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
34 interrupt-parent = <&intc>; 42 interrupt-parent = <&intc>;
43
44 twl_audio: audio {
45 compatible = "ti,twl4030-audio";
46 codec {
47 };
48 };
35 }; 49 };
36}; 50};
37 51