From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaud Pouliquen Subject: [PATCH 1/2] ASoC: Add bindings for DMIC codec driver Date: Tue, 25 Jul 2017 10:48:13 +0200 Message-ID: <1500972494-10696-2-git-send-email-arnaud.pouliquen@st.com> References: <1500972494-10696-1-git-send-email-arnaud.pouliquen@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1500972494-10696-1-git-send-email-arnaud.pouliquen@st.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org, devicetree@vger.kernel.org Cc: Mark Rutland , Rob Herring , Takashi Iwai , Arnaud Pouliquen , lgirdwood@gmail.com, broonie@kernel.org List-Id: devicetree@vger.kernel.org This patch adds documentation of device tree bindings for audio DMIC codec. Signed-off-by: Arnaud Pouliquen --- Documentation/devicetree/bindings/sound/dmic.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/dmic.txt diff --git a/Documentation/devicetree/bindings/sound/dmic.txt b/Documentation/devicetree/bindings/sound/dmic.txt new file mode 100644 index 0000000..a0c58f2 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/dmic.txt @@ -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"; + }; -- 2.7.4