Skip to content

Commit

Permalink
ASoC: Add bindings for DMIC codec driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaud Pouliquen authored and Mark Brown committed Aug 2, 2017
1 parent 5771a8c commit 5863e57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/devicetree/bindings/sound/dmic.txt
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit 5863e57

Please sign in to comment.