replace the TI patch with a smaller patchset
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 407-ASoC-tlv320aic3x-Add-codec-pins-to-DT-bindings-docum.patch
1 From 6afd5cb1f92a1965ffa3c0f304f95ab19b49fa84 Mon Sep 17 00:00:00 2001
2 From: Jyri Sarha <jsarha@ti.com>
3 Date: Thu, 12 Sep 2013 14:37:08 +0300
4 Subject: [PATCH 218/752] ASoC: tlv320aic3x: Add codec pins to DT bindings
5 document
6
7 Add list of codec pins to tlv320aic3x DT bindings document.
8
9 Signed-off-by: Jyri Sarha <jsarha@ti.com>
10 ---
11 .../devicetree/bindings/sound/tlv320aic3x.txt | 19 +++++++++++++++++++
12 1 file changed, 19 insertions(+)
13
14 diff --git a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
15 index ba26477..5e6040c 100644
16 --- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
17 +++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt
18 @@ -27,6 +27,25 @@ Optional properties:
19 - AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the
20 device as covered in Documentation/devicetree/bindings/regulator/regulator.txt
21
22 +CODEC output pins:
23 + * LLOUT
24 + * RLOUT
25 + * MONO_LOUT
26 + * HPLOUT
27 + * HPROUT
28 + * HPLCOM
29 + * HPRCOM
30 +
31 +CODEC input pins:
32 + * MIC3L
33 + * MIC3R
34 + * LINE1L
35 + * LINE2L
36 + * LINE1R
37 + * LINE2R
38 +
39 +The pins can be used in referring sound node's audio-routing property.
40 +
41 Example:
42
43 tlv320aic3x: tlv320aic3x@1b {
44 --
45 1.7.10.4
46