-
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: mxs: add device tree support for mxs-sgtl5000
Add device tree probe for mxs-sgtl5000 machine driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Shawn Guo
authored and
Mark Brown
committed
May 12, 2012
1 parent
08641c7
commit e968194
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.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,17 @@ | ||
* Freescale MXS audio complex with SGTL5000 codec | ||
|
||
Required properties: | ||
- compatible: "fsl,mxs-audio-sgtl5000" | ||
- model: The user-visible name of this sound complex | ||
- saif-controllers: The phandle list of the MXS SAIF controller | ||
- audio-codec: The phandle of the SGTL5000 audio codec | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "fsl,imx28-evk-sgtl5000", | ||
"fsl,mxs-audio-sgtl5000"; | ||
model = "imx28-evk-sgtl5000"; | ||
saif-controllers = <&saif0 &saif1>; | ||
audio-codec = <&sgtl5000>; | ||
}; |
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