Skip to content

Commit

Permalink
ARM: dts: omap3-beagle: Enable audio support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Benoit Cousson committed Sep 7, 2012
1 parent cbb57f0 commit 2c195f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/omap3-beagle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
linux,default-trigger = "mmc0";
};
};

sound {
compatible = "ti,omap-twl4030";
ti,model = "omap3beagle";

ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
};

&i2c1 {
Expand All @@ -52,6 +60,12 @@
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3000000>;
};

twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
};
};

Expand Down

0 comments on commit 2c195f9

Please sign in to comment.