Commit 81164e61 authored by Mark Brown's avatar Mark Brown

ASoC: dt: Move ALC5632 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>
parent b33d1f08
...@@ -13,6 +13,25 @@ Required properties: ...@@ -13,6 +13,25 @@ Required properties:
- #gpio-cells : Should be two. The first cell is the pin number and the - #gpio-cells : Should be two. The first cell is the pin number and the
second cell is used to specify optional parameters (currently unused). second cell is used to specify optional parameters (currently unused).
Pins on the device (for linking into audio routes):
* SPK_OUTP
* SPK_OUTN
* HP_OUT_L
* HP_OUT_R
* AUX_OUT_P
* AUX_OUT_N
* LINE_IN_L
* LINE_IN_R
* PHONE_P
* PHONE_N
* MIC1_P
* MIC1_N
* MIC2_P
* MIC2_N
* MICBIAS1
* DMICDAT
Example: Example:
alc5632: alc5632@1e { alc5632: alc5632@1e {
......
...@@ -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 ALC5632's pins: sinks are the ALC5632's pins as documented in the binding for the device
and:
ALC5632 pins:
* SPK_OUTP
* SPK_OUTN
* HP_OUT_L
* HP_OUT_R
* AUX_OUT_P
* AUX_OUT_N
* LINE_IN_L
* LINE_IN_R
* PHONE_P
* PHONE_N
* MIC1_P
* MIC1_N
* MIC2_P
* MIC2_N
* MICBIAS1
* DMICDAT
Board connectors:
* Headset Stereophone * Headset Stereophone
* Int Spk * Int Spk
......
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