Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753559AbaA0Jgx (ORCPT ); Mon, 27 Jan 2014 04:36:53 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:49450 "EHLO smtp6-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbaA0Jgu (ORCPT ); Mon, 27 Jan 2014 04:36:50 -0500 X-Mailbox-Line: From 22fafd7e11771ffc25c84ff609d18039f07b7295 Mon Sep 17 00:00:00 2001 Message-Id: <22fafd7e11771ffc25c84ff609d18039f07b7295.1390813481.git.moinejf@free.fr> In-Reply-To: References: From: Jean-Francois Moine Date: Mon, 27 Jan 2014 09:34:49 +0100 Subject: [PATCH 3/4] ASoC: tda998x: add DT documentation To: alsa-devel@alsa-project.org, devicetree@vger.kernel.org Cc: broonie@kernel.org, Dave Airlie , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Clark , Russell King - ARM Linux Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add devicetree documentation about the NXP TDA998x CODEC. Signed-off-by: Jean-Francois Moine --- Documentation/devicetree/bindings/sound/tda998x.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tda998x.txt diff --git a/Documentation/devicetree/bindings/sound/tda998x.txt b/Documentation/devicetree/bindings/sound/tda998x.txt new file mode 100644 index 0000000..30273a6 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/tda998x.txt @@ -0,0 +1,14 @@ +Device-Tree bindings for the NXP TDA998x HDMI transmitter + +Required properties: + - compatible: must be "nxp,tda998x-codec". + - audio-ports: one or two values. + The first value defines the I2S input port. + The second one, if present, defines the S/PDIF input port. + +Example node: + + hdmi_codec: hdmi-codec { + compatible = "nxp,tda998x-codec"; + audio-ports = <0x03>, <0x04>; + }; -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/