Commit d3318358 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@linaro.org>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
parent d0c05ad7
...@@ -11,28 +11,8 @@ Required properties: ...@@ -11,28 +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 WM8903's pins, and the jacks on the board: sinks are the WM8903's pins (documented in the WM8903 binding document),
and the jacks on the board:
WM8903 pins:
* IN1L
* IN1R
* IN2L
* IN2R
* IN3L
* IN3R
* DMICDAT
* HPOUTL
* HPOUTR
* LINEOUTL
* LINEOUTR
* LOP
* LON
* ROP
* RON
* MICBIAS
Board connectors:
* Headphone Jack * Headphone Jack
* Int Spk * Int Spk
......
...@@ -28,6 +28,25 @@ Optional properties: ...@@ -28,6 +28,25 @@ Optional properties:
performed. If any entry has the value 0xffffffff, that GPIO's performed. If any entry has the value 0xffffffff, that GPIO's
configuration will not be modified. 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: Example:
codec: wm8903@1a { codec: wm8903@1a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment