ASoC: Add bindings for DMIC codec driver
authorArnaud Pouliquen <arnaud.pouliquen@st.com>
Tue, 25 Jul 2017 08:48:13 +0000 (10:48 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 2 Aug 2017 10:23:57 +0000 (11:23 +0100)
This patch adds documentation of device tree bindings for audio DMIC codec.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/dmic.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/dmic.txt b/Documentation/devicetree/bindings/sound/dmic.txt
new file mode 100644 (file)
index 0000000..a0c58f2
--- /dev/null
@@ -0,0 +1,12 @@
+Device-Tree bindings for Digital microphone (DMIC) codec
+
+This device support generic PDM digital microphone.
+
+Required properties:
+       - compatible: should be "dmic-codec".
+
+Example node:
+
+       dmic_codec: dmic@0 {
+               compatible = "dmic-codec";
+       };