[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1583465622-16628-2-git-send-email-eason.yen@mediatek.com>
Date: Fri, 6 Mar 2020 11:33:41 +0800
From: Eason Yen <eason.yen@...iatek.com>
To: Matthias Brugger <matthias.bgg@...il.com>,
Mark Brown <broonie@...nel.org>
CC: <eason.yen@...iatek.com>, <jiaxin.yu@...iatek.com>,
<linux-kernel@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<wsd_upstream@...iatek.com>
Subject: [PATCH 1/2] ASoC: mediatek: mt6359: add codec document
Add mt6359 codec document
Signed-off-by: Eason Yen <eason.yen@...iatek.com>
---
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
Powered by blists - more mailing lists