Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / sound / mxs-audio-sgtl5000.txt
diff --git a/kernel/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt b/kernel/Documentation/devicetree/bindings/sound/mxs-audio-sgtl5000.txt
new file mode 100644 (file)
index 0000000..601c518
--- /dev/null
@@ -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>;
+};