From patchwork Wed May 6 20:38:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Belisko X-Patchwork-Id: 469136 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 10311140079 for ; Thu, 7 May 2015 06:40:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Q4IJBs+i; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752190AbbEFUjw (ORCPT ); Wed, 6 May 2015 16:39:52 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:35774 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751571AbbEFUjI (ORCPT ); Wed, 6 May 2015 16:39:08 -0400 Received: by widdi4 with SMTP id di4so216851219wid.0; Wed, 06 May 2015 13:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=o9gWhbmlIwd/LCqMH/t2ekdTScJ2vDTmoGM9u/0pd/g=; b=Q4IJBs+icTGLe7V9NYeVPwmzIpg8Zou8sefNGo1ue5QZhLoDUrxbJOhiiQY02R/7Dm tE/h6J+t8cY7sU0wpOzqBjGUnQ6iJsn4EjZBmwrW6Gx7pGsPVw6jE88jx8JgTJTLzEd0 O+ThhbVztuATg8VS9TyddJKRYiFHr3qREEYx8gyoZ6w9rEo5o1rV8RbkWGmznojbLlqj NTUk3qTTUsmQC3qlZS4yR8yVPpn2NllQysVEVdCxH5Ip8Vhj/GB0nPhTaajWZ1ciWNRo XToPtLQOASkx5ITghY2uLswH67jTeiNTcPCa4NKd2AIDCcA+PoSUJA8ZRUoXkil2asUU XVQg== X-Received: by 10.180.7.133 with SMTP id j5mr516820wia.84.1430944746732; Wed, 06 May 2015 13:39:06 -0700 (PDT) Received: from localhost.localdomain (adsl-dyn15.78-99-219.t-com.sk. [78.99.219.15]) by mx.google.com with ESMTPSA id vz8sm4401022wjc.27.2015.05.06.13.39.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 06 May 2015 13:39:05 -0700 (PDT) From: Marek Belisko To: perex@perex.cz, tiwai@suse.de Cc: broonie@kernel.org, hns@goldelico.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Marek Belisko Subject: [PATCH v2 2/4] Documentation: devicetree: sound: Add documentation for gtm601 codec Date: Wed, 6 May 2015 22:38:48 +0200 Message-Id: <1430944730-10480-3-git-send-email-marek@goldelico.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1430944730-10480-1-git-send-email-marek@goldelico.com> References: <1430944730-10480-1-git-send-email-marek@goldelico.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add small documentation for gtm601 UMTS modem audio interface. Signed-off-by: Marek Belisko --- Documentation/devicetree/bindings/sound/gtm601.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/gtm601.txt -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/sound/gtm601.txt b/Documentation/devicetree/bindings/sound/gtm601.txt new file mode 100644 index 0000000..2d2dbfc --- /dev/null +++ b/Documentation/devicetree/bindings/sound/gtm601.txt @@ -0,0 +1,14 @@ +GTM601 UMTS modem audio interface CODEC + +This device has no configuration interface. Sample rate is fixed - 8kHz. + +Required properties: + + - compatible : "option,gtm601" + +Example: + +codec: gtm601_codec { + compatible = "option,gtm601"; +}; -- 1.9.1