ARM: dts: omap3-beagle: Enable audio support
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 29 Aug 2012 13:31:05 +0000 (16:31 +0300)
committerBenoit Cousson <b-cousson@ti.com>
Fri, 7 Sep 2012 17:22:59 +0000 (19:22 +0200)
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>
arch/arm/boot/dts/omap3-beagle.dts

index ca46fb2..a9d98d5 100644 (file)
                        linux,default-trigger = "mmc0";
                };
        };
+
+       sound {
+               compatible = "ti,omap-twl4030";
+               ti,model = "omap3beagle";
+
+               ti,mcbsp = <&mcbsp2>;
+               ti,codec = <&twl_audio>;
+       };
 };
 
 &i2c1 {
                        regulator-min-microvolt = <1800000>;
                        regulator-max-microvolt = <3000000>;
                };
+
+               twl_audio: audio {
+                       compatible = "ti,twl4030-audio";
+                       codec {
+                       };
+               };
        };
 };