diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 22:24:18 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-12 11:04:59 +0100 |
commit | e968194b45c4e8077dada75c5bae5660b37628fe (patch) | |
tree | 9da66cff5aa5373a694ea049a8a5633f956acdec /Documentation | |
parent | 08641c7c74dddfcd726512edfaa3b4cbe42e523e (diff) | |
download | linux-e968194b45c4e8077dada75c5bae5660b37628fe.tar.gz linux-e968194b45c4e8077dada75c5bae5660b37628fe.tar.bz2 linux-e968194b45c4e8077dada75c5bae5660b37628fe.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt b/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt new file mode 100644 index 000000000000..601c518eddaa --- /dev/null +++ b/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt @@ -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>; +}; |