summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/mt6797-mt6351.txt
diff options
context:
space:
mode:
authorKai Chieh Chuang <kaichieh.chuang@mediatek.com>2018-04-25 15:25:22 +0800
committerMark Brown <broonie@kernel.org>2018-04-25 18:52:02 +0100
commit22d9f80904b4510296c133db15f8d3291292023b (patch)
tree4542b04212559e73972fbc37768c697aeb83c792 /Documentation/devicetree/bindings/sound/mt6797-mt6351.txt
parent3901b9fc0f0de6801b4a2dad8f8731f619723437 (diff)
ASoC: mediatek: add documents for mt6797
Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mt6797-mt6351.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/mt6797-mt6351.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt6797-mt6351.txt b/Documentation/devicetree/bindings/sound/mt6797-mt6351.txt
new file mode 100644
index 000000000000..1d95a8840f19
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt6797-mt6351.txt
@@ -0,0 +1,14 @@
+MT6797 with MT6351 CODEC
+
+Required properties:
+- compatible: "mediatek,mt6797-mt6351-sound"
+- mediatek,platform: the phandle of MT6797 ASoC platform
+- mediatek,audio-codec: the phandles of MT6351 codec
+
+Example:
+
+ sound {
+ compatible = "mediatek,mt6797-mt6351-sound";
+ mediatek,audio-codec = <&mt6351_snd>;
+ mediatek,platform = <&afe>;
+ };