소스 검색

ASoC: dt: Move WM8753 pin list from Tegra board binding to CODEC binding

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>
Mark Brown 12 년 전
부모
커밋
1d61210cfc
2개의 변경된 파일24개의 추가작업 그리고 25개의 파일을 삭제
  1. 2 25
      Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.txt
  2. 22 0
      Documentation/devicetree/bindings/sound/wm8753.txt

+ 2 - 25
Documentation/devicetree/bindings/sound/nvidia,tegra-audio-wm8753.txt

@@ -11,31 +11,8 @@ Required properties:
 - nvidia,audio-routing : A list of the connections between audio components.
 - 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,
   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
   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
   * Headphone Jack
   * Mic Jack
   * Mic Jack

+ 22 - 0
Documentation/devicetree/bindings/sound/wm8753.txt

@@ -10,6 +10,28 @@ Required properties:
   - reg : the I2C address of the device for I2C, the chip select
   - reg : the I2C address of the device for I2C, the chip select
           number for SPI.
           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:
 Example:
 
 
 codec: wm8737@1a {
 codec: wm8737@1a {