diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-31 15:37:58 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-08 13:32:10 +0400 |
commit | d33183584f1239ba70b6483b2ae8d78c38ab9a8d (patch) | |
tree | 6a2ca389130670dff0af226ed44d562c3f4c881f /Documentation/devicetree/bindings/sound/wm8903.txt | |
parent | d0c05ad7827df545760e7659471965ce4ccf655d (diff) | |
download | linux-d33183584f1239ba70b6483b2ae8d78c38ab9a8d.tar.xz |
ASoC: dt: Move WM8903 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>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/wm8903.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/wm8903.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/wm8903.txt b/Documentation/devicetree/bindings/sound/wm8903.txt index f102cbc42694..94ec32c194bb 100644 --- a/Documentation/devicetree/bindings/sound/wm8903.txt +++ b/Documentation/devicetree/bindings/sound/wm8903.txt @@ -28,6 +28,25 @@ Optional properties: performed. If any entry has the value 0xffffffff, that GPIO's configuration will not be modified. +Pins on the device (for linking into audio routes): + + * IN1L + * IN1R + * IN2L + * IN2R + * IN3L + * IN3R + * DMICDAT + * HPOUTL + * HPOUTR + * LINEOUTL + * LINEOUTR + * LOP + * LON + * ROP + * RON + * MICBIAS + Example: codec: wm8903@1a { |