diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-11 21:59:35 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-13 13:53:48 +0400 |
commit | 1d61210cfc3b5e663d5cf2b003c0faec64712481 (patch) | |
tree | 1be50f4d12ba1fc9f84e51b51fc5dd7aa9a08af1 /Documentation/devicetree/bindings/sound/wm8753.txt | |
parent | ec1d648d6c6589986072913a7d45b1cef49eb4b0 (diff) | |
download | linux-1d61210cfc3b5e663d5cf2b003c0faec64712481.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8753.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8753.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8753.txt b/Documentation/devicetree/bindings/sound/wm8753.txt index e65277a0fb60..18fc706e36db 100644 --- a/Documentation/devicetree/bindings/sound/wm8753.txt +++ b/Documentation/devicetree/bindings/sound/wm8753.txt @@ -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 { |