These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / sound / mt8173-rt5650-rt5676.txt
diff --git a/kernel/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt b/kernel/Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt
new file mode 100644 (file)
index 0000000..f205ce9
--- /dev/null
@@ -0,0 +1,15 @@
+MT8173 with RT5650 RT5676 CODECS
+
+Required properties:
+- compatible : "mediatek,mt8173-rt5650-rt5676"
+- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs
+- mediatek,platform: the phandle of MT8173 ASoC platform
+
+Example:
+
+       sound {
+               compatible = "mediatek,mt8173-rt5650-rt5676";
+               mediatek,audio-codec = <&rt5650 &rt5676>;
+               mediatek,platform = <&afe>;
+       };
+