mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
e968194b45
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>
18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
* 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>;
|
|
};
|