summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKai Chieh Chuang <kaichieh.chuang@mediatek.com>2018-04-26 10:41:44 +0800
committerMark Brown <broonie@kernel.org>2018-04-26 12:44:15 +0100
commita74d51ba0e17ec9b6c4cc32cbf06eac32747fda2 (patch)
treec9ed25c213e2b6e6cfdff85145e7eb10d3365ecd /Documentation
parent1e57b82891ade3fd71c030077901808a6e5376ab (diff)
downloadlinux-stable-a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2.tar.gz
linux-stable-a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2.tar.bz2
linux-stable-a74d51ba0e17ec9b6c4cc32cbf06eac32747fda2.zip
ASoC: add mt6351 codec driver
This patch adds the MediaTek MT6351 codec driver. MT6351 communicate with SoC through MediaTek PMIC wrapper. MT6351 use MediaTek proprietary audio interface. Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/mt6351.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt6351.txt b/Documentation/devicetree/bindings/sound/mt6351.txt
new file mode 100644
index 000000000000..7fb2cb99245e
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/mt6351.txt
@@ -0,0 +1,16 @@
+Mediatek MT6351 Audio Codec
+
+The communication between MT6351 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,mt6351-sound".
+
+Example:
+
+mt6351_snd {
+ compatible = "mediatek,mt6351-sound";
+};