[PATCH 1/2] ASoC: mediatek: mt6359: add codec document

From: Eason Yen
Date: Thu Mar 05 2020 - 22:34:01 EST


Add mt6359 codec document

Signed-off-by: Eason Yen <eason.yen@xxxxxxxxxxxx>
---
Documentation/devicetree/bindings/sound/mt6359.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/mt6359.txt

diff --git a/Documentation/devicetree/bindings/sound/mt6359.txt b/Documentation/devicetree/bindings/sound/mt6359.txt
new file mode 100644
index 0000000..77864e0
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt6359.txt
@@ -0,0 +1,16 @@
+Mediatek MT6359 Audio Codec
+
+The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
+For more detail, please visit Mediatek PMIC wrapper documentation.
+
+Must be a child node of PMIC wrapper.
+
+Required properties:
+
+- compatible : "mediatek,mt6359-sound".
+
+Example:
+
+mt6359_snd {
+ compatible = "mediatek,mt6359-sound";
+};
--
1.9.1