From patchwork Tue Oct 7 19:29:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolin Chen X-Patchwork-Id: 397395 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 68EBC14011E for ; Wed, 8 Oct 2014 06:30:06 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932476AbaJGT3r (ORCPT ); Tue, 7 Oct 2014 15:29:47 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:48998 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932470AbaJGT3p (ORCPT ); Tue, 7 Oct 2014 15:29:45 -0400 Received: by mail-pa0-f52.google.com with SMTP id fb1so7729281pad.11 for ; Tue, 07 Oct 2014 12:29:45 -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=LO4ZO/SIpHqoKOZOfa+pFhRj9yufBzFl1DdoQ64fqcY=; b=Ov8qQ71CCt4tP16XgLmEH3b4UOvKjRHJzW7Q+Pkx+yLHDNCGPGQmEZOAElQ+Izs5km Dnw6H75cyujUlU3sfXjFQCS/ZwsqRnt2BDKY2WrlPstGCVbufVjDrNYjEPK3/h3TCqoS xcpS4HQKI8Pkp5D5oVCQrWSvV3peiP5G5FHiwX7zE+AWOJsz56lsScyfgSH+sqrVUeH8 IvTGZ6Ltp7YUa1VQJpD9pWTNoKpRHj/PgDWMcuakbKyWFsaVTGiSgApKB7e2SxDk3d4R u8Mz4X0rD74o61TEKqYPNks0m86lDyLAHl2SEbKc2zhaj/psJb5lXgVYWwekcucGqItg K77g== X-Received: by 10.68.105.197 with SMTP id go5mr5588386pbb.73.1412710185455; Tue, 07 Oct 2014 12:29:45 -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.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 07 Oct 2014 12:29:45 -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 7/8] ASoC: imx-spdif: Add indentation for binding doc to increase readability Date: Tue, 7 Oct 2014 12:29:10 -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 simply adds indentations for DT binding doc to increase readability without changing any contents. Signed-off-by: Nicolin Chen --- .../devicetree/bindings/sound/imx-audio-spdif.txt | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt b/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt index 7d13479..da84a44 100644 --- a/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt +++ b/Documentation/devicetree/bindings/sound/imx-audio-spdif.txt @@ -2,23 +2,25 @@ Freescale i.MX audio complex with S/PDIF transceiver Required properties: - - compatible : "fsl,imx-audio-spdif" + - compatible : "fsl,imx-audio-spdif" - - model : The user-visible name of this sound complex + - model : The user-visible name of this sound complex - - spdif-controller : The phandle of the i.MX S/PDIF controller + - spdif-controller : The phandle of the i.MX S/PDIF controller Optional properties: - - spdif-out : This is a boolean property. If present, the transmitting - function of S/PDIF will be enabled, indicating there's a physical - S/PDIF out connector/jack on the board or it's connecting to some - other IP block, such as an HDMI encoder/display-controller. + - spdif-out : This is a boolean property. If present, the + transmitting function of S/PDIF will be enabled, + indicating there's a physical S/PDIF out connector + or jack on the board or it's connecting to some + other IP block, such as an HDMI encoder or + display-controller. - - spdif-in : This is a boolean property. If present, the receiving - function of S/PDIF will be enabled, indicating there's a physical - S/PDIF in connector/jack on the board. + - spdif-in : This is a boolean property. If present, the receiving + function of S/PDIF will be enabled, indicating there + is a physical S/PDIF in connector/jack on the board. * Note: At least one of these two properties should be set in the DT binding.