diff mbox series

[RESEND,6/6] ASoC: mediatek: add document for mt8183-mt6358

Message ID 1548488700-47792-7-git-send-email-shunli.wang@mediatek.com (mailing list archive)
State New, archived
Headers show
Series ASoC: Mediatek: Add support for MT8183 SoC and MT6358 Codec | expand

Commit Message

Shunli Wang Jan. 26, 2019, 7:45 a.m. UTC
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>;
+	};