Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753221AbbD3V2l (ORCPT ); Thu, 30 Apr 2015 17:28:41 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:35880 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751682AbbD3V2T (ORCPT ); Thu, 30 Apr 2015 17:28:19 -0400 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 2/3] Documentation: devicetree: sound: Add documentation for gtm601 codec Date: Thu, 30 Apr 2015 23:28:02 +0200 Message-Id: <1430429283-27907-3-git-send-email-marek@goldelico.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1430429283-27907-1-git-send-email-marek@goldelico.com> References: <1430429283-27907-1-git-send-email-marek@goldelico.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1116 Lines: 36 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 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 determined automatically +by examining the Master clock and Bit clock ratios. + +Required properties: + + - compatible : "option,gtm601" + +Example: + +codec: gtm601_codec { + compatible = "option,gtm601"; +}; -- 1.9.1 -- 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/