From patchwork Tue Oct 7 19:29:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolin Chen X-Patchwork-Id: 397397 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 3DDA514011B for ; Wed, 8 Oct 2014 06:30:58 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932166AbaJGTao (ORCPT ); Tue, 7 Oct 2014 15:30:44 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:37095 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932457AbaJGT3o (ORCPT ); Tue, 7 Oct 2014 15:29:44 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so7721242pab.32 for ; Tue, 07 Oct 2014 12:29:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Vw/ILyuMdh8+KP6r0UD7AKr6qpmUafwep31moKbOsoY=; b=DJ1lnZQ8R7rwP5z4o46WImA9aptK1ZjnSFe2EYVo2svbMPYxChkRywwqaNgqW8aaUa BGudLGNPkSCF/mSS15C9FRbzzJrFrfpA8g5o8KOB72bNkRgmWNppR8gH2Z+itJ1tpnun vaeo92zqtx0W3jssRLnoNo/mygPnFEZ9yMA9FrGvRQIxkyUa1u/SHIfpRIME1JAstSzT n9OwAGpaRR3KkzOx2ei4IN/inTe5LFh/G+uUK8SpUTRqfMuzamMrLMgrNjOwzT4FNg1B gmrkCmRg7ECh3tKOJx0YPIHbJl4ZXMbzkAulfKYH4clFm3i/td/vqGfTdV6Xnm6gt61X nf3Q== X-Received: by 10.69.31.193 with SMTP id ko1mr5524686pbd.110.1412710184313; Tue, 07 Oct 2014 12:29:44 -0700 (PDT) Received: from Alpha.gateway.2wire.net (99-189-113-45.lightspeed.sntcca.sbcglobal.net. [99.189.113.45]) by mx.google.com with ESMTPSA id oo8sm14475055pdb.86.2014.10.07.12.29.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Oct 2014 12:29:43 -0700 (PDT) From: Nicolin Chen To: broonie@kernel.org Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, galak@codeaurora.org Subject: [PATCH 6/8] ASoC: imx-sgtl5000: Add indentation for binding doc to increase readability Date: Tue, 7 Oct 2014 12:29:09 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch refines the DT binding doc for more readability by adding extra blank lines and indentations. Signed-off-by: Nicolin Chen --- .../bindings/sound/imx-audio-sgtl5000.txt | 61 ++++++++++++---------- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt index e4acdd8..2f89db8 100644 --- a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt +++ b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt @@ -1,33 +1,40 @@ Freescale i.MX audio complex with SGTL5000 codec Required properties: -- compatible : "fsl,imx-audio-sgtl5000" -- model : The user-visible name of this sound complex -- ssi-controller : The phandle of the i.MX SSI controller -- audio-codec : The phandle of the SGTL5000 audio codec -- audio-routing : A list of the connections between audio components. - Each entry is a pair of strings, the first being the connection's sink, - the second being the connection's source. Valid names could be power - supplies, SGTL5000 pins, and the jacks on the board: - - Power supplies: - * Mic Bias - - SGTL5000 pins: - * MIC_IN - * LINE_IN - * HP_OUT - * LINE_OUT - - Board connectors: - * Mic Jack - * Line In Jack - * Headphone Jack - * Line Out Jack - * Ext Spk - -- mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) -- mux-ext-port : The external port of the i.MX audio muxer + + - compatible : "fsl,imx-audio-sgtl5000" + + - model : The user-visible name of this sound complex + + - ssi-controller : The phandle of the i.MX SSI controller + + - audio-codec : The phandle of the SGTL5000 audio codec + + - audio-routing : A list of the connections between audio components. + Each entry is a pair of strings, the first being the + connection's sink, the second being the connection's + source. Valid names could be power supplies, SGTL5000 + pins, and the jacks on the board: + + Power supplies: + * Mic Bias + + SGTL5000 pins: + * MIC_IN + * LINE_IN + * HP_OUT + * LINE_OUT + + Board connectors: + * Mic Jack + * Line In Jack + * Headphone Jack + * Line Out Jack + * Ext Spk + + - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) + + - mux-ext-port : The external port of the i.MX audio muxer Note: The AUDMUX port numbering should start at 1, which is consistent with hardware manual.