-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: samsung: Document Odroid X2/U3 audio subsystem bindings
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information
Sylwester Nawrocki
authored and
Mark Brown
committed
Jul 9, 2014
1 parent
00ad93e
commit 83e3fbd
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
Documentation/devicetree/bindings/sound/samsung,odroidx2-max98090.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Samsung Exynos Odroid X2/U3 audio complex with MAX98090 codec | ||
|
||
Required properties: | ||
- compatible : "samsung,odroidx2-audio" - for Odroid X2 board, | ||
"samsung,odroidu3-audio" - for Odroid U3 board | ||
- samsung,model : the user-visible name of this sound complex | ||
- samsung,i2s-controller : the phandle of the I2S controller | ||
- samsung,audio-codec : the phandle of the MAX98090 audio codec | ||
- samsung,audio-routing : a list of the connections between audio | ||
components; 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 sinks are the MAX98090's pins (as | ||
documented in its binding), and the jacks on the board | ||
For Odroid X2: | ||
* Headphone Jack | ||
* Mic Jack | ||
* DMIC | ||
|
||
For Odroid U3: | ||
* Headphone Jack | ||
* Speakers | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "samsung,odroidu3-audio"; | ||
samsung,i2s-controller = <&i2s0>; | ||
samsung,audio-codec = <&max98090>; | ||
samsung,model = "Odroid-X2"; | ||
samsung,audio-routing = | ||
"Headphone Jack", "HPL", | ||
"Headphone Jack", "HPR", | ||
"IN1", "Mic Jack", | ||
"Mic Jack", "MICBIAS"; | ||
}; |