aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@opensource.wolfsonmicro.com> 2012-08-15 17:14:04 +0100
committerGravatar Mark Brown <broonie@opensource.wolfsonmicro.com> 2012-08-15 17:14:04 +0100
commit1837ce352d4c05a9d0fc86e743b0ec2ea775fd38 (patch)
tree56e8f2b083c976b11e63aa5264123a33ccc03fc9 /Documentation
parentASoC: core: remove unused variable in soc_probe() in linux-next (diff)
parentASoC: Remove obsolete OMAP3 machine drivers (diff)
downloadlinux-1837ce352d4c05a9d0fc86e743b0ec2ea775fd38.tar.gz
linux-1837ce352d4c05a9d0fc86e743b0ec2ea775fd38.tar.bz2
linux-1837ce352d4c05a9d0fc86e743b0ec2ea775fd38.zip
Merge remote-tracking branch 'asoc/topic/omap' into for-3.7
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/omap-twl4030.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/omap-twl4030.txt b/Documentation/devicetree/bindings/sound/omap-twl4030.txt
new file mode 100644
index 000000000000..6fae51c7f766
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/omap-twl4030.txt
@@ -0,0 +1,17 @@
+* Texas Instruments SoC with twl4030 based audio setups
+
+Required properties:
+- compatible: "ti,omap-twl4030"
+- ti,model: Name of the sound card (for example "omap3beagle")
+- ti,mcbsp: phandle for the McBSP node
+- ti,codec: phandle for the twl4030 audio node
+
+Example:
+
+sound {
+ compatible = "ti,omap-twl4030";
+ ti,model = "omap3beagle";
+
+ ti,mcbsp = <&mcbsp2>;
+ ti,codec = <&twl_audio>;
+};