ASoC: dt: Move WM8753 pin list from Tegra board binding to CODEC binding
authorMark Brown <broonie@linaro.org>
Sun, 11 Aug 2013 17:59:35 +0000 (18:59 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 09:53:48 +0000 (10:53 +0100)
The pin list is the same for any board using the CODEC.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.txt
Documentation/devicetree/bindings/sound/wm8753.txt

index d14510613a7fdf1ac076320a04468976aa88811a..aab6ce0ad2fc5930054a1f97c73ea5781aa57e10 100644 (file)
@@ -11,31 +11,8 @@ Required properties:
 - nvidia,audio-routing : A list of the connections between audio components.
   Each entry is a pair of strings, the first being the connection's sink,
   the second being the connection's source. Valid names for sources and
-  sinks are the WM8753's pins, and the jacks on the board:
-
-  WM8753 pins:
-
-  * LOUT1
-  * LOUT2
-  * ROUT1
-  * ROUT2
-  * MONO1
-  * MONO2
-  * OUT3
-  * OUT4
-  * LINE1
-  * LINE2
-  * RXP
-  * RXN
-  * ACIN
-  * ACOP
-  * MIC1N
-  * MIC1
-  * MIC2N
-  * MIC2
-  * Mic Bias
-
-  Board connectors:
+  sinks are the WM8753's pins as documented in the binding for the WM8753,
+  and the jacks on the board:
 
   * Headphone Jack
   * Mic Jack
index e65277a0fb60dee8b720ef3246cb2ae581f640c7..18fc706e36dbc2250370284ef25c8662e11cffb9 100644 (file)
@@ -10,6 +10,28 @@ Required properties:
   - reg : the I2C address of the device for I2C, the chip select
           number for SPI.
 
+Pins on the device (for linking into audio routes):
+
+  * LOUT1
+  * LOUT2
+  * ROUT1
+  * ROUT2
+  * MONO1
+  * MONO2
+  * OUT3
+  * OUT4
+  * LINE1
+  * LINE2
+  * RXP
+  * RXN
+  * ACIN
+  * ACOP
+  * MIC1N
+  * MIC1
+  * MIC2N
+  * MIC2
+  * Mic Bias
+
 Example:
 
 codec: wm8737@1a {
This page took 0.027408 seconds and 5 git commands to generate.