Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5863e57c authored by Arnaud Pouliquen's avatar Arnaud Pouliquen Committed by Mark Brown
Browse files

ASoC: Add bindings for DMIC codec driver



This patch adds documentation of device tree bindings for audio DMIC codec.

Signed-off-by: default avatarArnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5771a8c0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
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";
	};