From patchwork Tue May 17 13:59:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Sperl X-Patchwork-Id: 9112531 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 574A1BF29F for ; Tue, 17 May 2016 13:59:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E8C020218 for ; Tue, 17 May 2016 13:59:35 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 9C93F201C0 for ; Tue, 17 May 2016 13:59:34 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id E4517265AF0; Tue, 17 May 2016 15:59:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 5AEB6265850; Tue, 17 May 2016 15:59:27 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id E7682265B6C; Tue, 17 May 2016 15:59:25 +0200 (CEST) Received: from cgate.sperl.org (212-186-180-163.static.surfer.at [212.186.180.163]) by alsa0.perex.cz (Postfix) with ESMTP id AD23C2654F1 for ; Tue, 17 May 2016 15:59:15 +0200 (CEST) Received: from rasp3a.intern.sperl.org (account martin@sperl.org [10.10.10.43] verified) by sperl.org (CommuniGate Pro SMTP 6.1.2) with ESMTPSA id 6459129; Tue, 17 May 2016 13:59:15 +0000 From: kernel@martin.sperl.org To: Rob Herring , Pawel Moll , Mark Rutland , Mark Brown , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, florian.meier@koalo.de Date: Tue, 17 May 2016 13:59:10 +0000 Message-Id: <1463493551-27385-1-git-send-email-kernel@martin.sperl.org> X-Mailer: git-send-email 2.1.4 Cc: Martin Sperl Subject: [alsa-devel] [PATCH V2 1/2] dt: binding: ASOC: add dt-binding doc for pcm5102a X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Martin Sperl Add dt-binding documentation for the TI pcm5102a DAC. Signed-off-by: Martin Sperl Acked-by: Rob Herring --- Documentation/devicetree/bindings/sound/pcm5102a.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt diff --git a/Documentation/devicetree/bindings/sound/pcm5102a.txt b/Documentation/devicetree/bindings/sound/pcm5102a.txt new file mode 100644 index 0000000..87d72be --- /dev/null +++ b/Documentation/devicetree/bindings/sound/pcm5102a.txt @@ -0,0 +1,13 @@ +PCM5102a audio CODEC + +This device is a i2s only device. + +Required properties: + +- compatible : set as "ti,pcm5102a" + +Examples: + + pcm5102a: pcm5102a { + compatible = "ti,pcm5102a"; + };