aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-beagle.dts
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-08-29 09:31:05 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-09-07 13:22:59 -0400
commit2c195f9cebeb03f7fb10ede6aeca5ce3ce6ed350 (patch)
treeabf392db3f505bcedc7fcd024d6e1a964da6d2f8 /arch/arm/boot/dts/omap3-beagle.dts
parentcbb57f071f4dbd7684e6b7280dbc2286fdcecf0b (diff)
ARM: dts: omap3-beagle: Enable audio support
Add the needed sections to enable audio support on BeagleBoard when booted with DT blob. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-beagle.dts')
-rw-r--r--arch/arm/boot/dts/omap3-beagle.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index ca46fb2b5803..a9d98d5ade9a 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -37,6 +37,14 @@
37 linux,default-trigger = "mmc0"; 37 linux,default-trigger = "mmc0";
38 }; 38 };
39 }; 39 };
40
41 sound {
42 compatible = "ti,omap-twl4030";
43 ti,model = "omap3beagle";
44
45 ti,mcbsp = <&mcbsp2>;
46 ti,codec = <&twl_audio>;
47 };
40}; 48};
41 49
42&i2c1 { 50&i2c1 {
@@ -52,6 +60,12 @@
52 regulator-min-microvolt = <1800000>; 60 regulator-min-microvolt = <1800000>;
53 regulator-max-microvolt = <3000000>; 61 regulator-max-microvolt = <3000000>;
54 }; 62 };
63
64 twl_audio: audio {
65 compatible = "ti,twl4030-audio";
66 codec {
67 };
68 };
55 }; 69 };
56}; 70};
57 71