From patchwork Tue Oct 7 19:29:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolin Chen X-Patchwork-Id: 397398 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 25C4814011B for ; Wed, 8 Oct 2014 06:30:59 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932455AbaJGT3o (ORCPT ); Tue, 7 Oct 2014 15:29:44 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:48618 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932401AbaJGT3m (ORCPT ); Tue, 7 Oct 2014 15:29:42 -0400 Received: by mail-pa0-f47.google.com with SMTP id rd3so7708112pab.20 for ; Tue, 07 Oct 2014 12:29:42 -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=aUCUG2bA2/L1oeyH5P6AF2Cm5zunkEHiis6vlHtGb/Q=; b=Xi/E8FxwUrStZtS4bE9h4OrKa6LPwstQqn9S+/cMs0sFe0pEDSOnA0StEIi6vdsKKI +X2AY35v2XX76SBAgNpR0BcPg+deDTDHBC2+GCrYE8hNVwC0oDZPeEtE19a7XGCKonBa MMil2ozizEXAXB35cLJ+Uu6I8HCYiPsHqxYj12089UwkwpFHHhwT7w3BZSqGRBQ211bu lb2+qv3jcP48P09NKEcs+c51P7DQGtMM1gcUyFk4NSmiedHVbaJSUbadlpnb4YRUZIG8 GvZPshldGVhW2SSvbD65Y5z0fMn4kYXtlZNlRoK/Y7H5xhc1NvX7B5HBkhpQ2I+jS665 Iv+w== X-Received: by 10.68.218.234 with SMTP id pj10mr5519699pbc.27.1412710181976; Tue, 07 Oct 2014 12:29:41 -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.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Oct 2014 12:29:41 -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 4/8] ASoC: eukrea-tlv320: Add indentation for binding doc to increase readability Date: Tue, 7 Oct 2014 12:29:07 -0700 Message-Id: <54aeea0c484b42125e10c54056b3b7f2b67b14d6.1412708790.git.nicoleotsuka@gmail.com> 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 --- Documentation/devicetree/bindings/sound/eukrea-tlv320.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/eukrea-tlv320.txt b/Documentation/devicetree/bindings/sound/eukrea-tlv320.txt index 0d7985c..6dfa88c 100644 --- a/Documentation/devicetree/bindings/sound/eukrea-tlv320.txt +++ b/Documentation/devicetree/bindings/sound/eukrea-tlv320.txt @@ -1,11 +1,16 @@ Audio complex for Eukrea boards with tlv320aic23 codec. Required properties: -- compatible : "eukrea,asoc-tlv320" -- eukrea,model : The user-visible name of this sound complex. -- ssi-controller : The phandle of the SSI controller. -- fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). -- fsl,mux-ext-port : The external port of the i.MX audio muxer. + + - compatible : "eukrea,asoc-tlv320" + + - eukrea,model : The user-visible name of this sound complex. + + - ssi-controller : The phandle of the SSI controller. + + - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). + + - fsl,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.