diff mbox series

[2/2] ASoC: mediatek: add document for mt8183-mt6358

Message ID 1551758805-34880-3-git-send-email-shunli.wang@mediatek.com (mailing list archive)
State New, archived
Headers show
Series ASoC: Mediatek: Add mt8183-mt6358 machine driver | expand

Commit Message

Shunli Wang March 5, 2019, 4:06 a.m. UTC
A device node usage notice for the machine with mt8183 as soc
and mt6358 as codec.

Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
---
 Documentation/devicetree/bindings/sound/mt8183-mt6358.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mt8183-mt6358.txt
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt b/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt
new file mode 100644
index 0000000..75b19f3
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt8183-mt6358.txt
@@ -0,0 +1,12 @@ 
+MT8183 with MT6358 CODEC
+
+Required properties:
+- compatible: "mediatek,mt8183-mt6358-sound"
+- mediatek,platform: the phandle of MT8183 ASoC platform
+
+Example:
+
+	sound {
+		compatible = "mediatek,mt8183-mt6358-sound";
+		mediatek,platform = <&afe>;
+	};