aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Pargmann2014-01-27 06:03:08 -0600
committerMark Brown2014-02-03 06:48:40 -0600
commit4d16700dd926d4c4a66a91a138c34eef4fd342b4 (patch)
tree309e362be8e5b3c11a2753eb7ec3310b2aa48aa5 /Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
parentc671e79d6c2d5a525496fbf18103841c68fe3305 (diff)
downloadti-linux-kernel-4d16700dd926d4c4a66a91a138c34eef4fd342b4.tar.gz
ti-linux-kernel-4d16700dd926d4c4a66a91a138c34eef4fd342b4.tar.xz
ti-linux-kernel-4d16700dd926d4c4a66a91a138c34eef4fd342b4.zip
ASoC: tlv320aic32x4: DT support
Add DT support for this codec. The bindings differ a bit from the aic3x codec bindings, so I created a new binding documentation. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/tlv320aic32x4.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/tlv320aic32x4.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
new file mode 100644
index 000000000000..db0551088cc4
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/tlv320aic32x4.txt
@@ -0,0 +1,18 @@
1Texas Instruments - tlv320aic32x4 Codec module
2
3The tlv320aic32x4 serial control bus communicates through I2C protocols
4
5Required properties:
6 - compatible: Should be "ti,tlv320aic32x4"
7 - reg: I2C slave address
8
9Optional properties:
10 - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
11
12
13Example:
14
15codec: tlv320aic32x4@18 {
16 compatible = "ti,tlv320aic32x4";
17 reg = <0x18>;
18};