Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932564AbcKROXt (ORCPT ); Fri, 18 Nov 2016 09:23:49 -0500 Received: from mail-oi0-f68.google.com ([209.85.218.68]:34478 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754048AbcKROVn (ORCPT ); Fri, 18 Nov 2016 09:21:43 -0500 Date: Fri, 18 Nov 2016 08:21:38 -0600 From: Rob Herring To: yuantian.tang@nxp.com Cc: tj@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] dt-bindings: ahci-fsl-qoriq: added explanation for reg-names Message-ID: <20161118142138.jwehwhevgkhi6hww@rob-hp-laptop> References: <1479369560-9188-1-git-send-email-yuantian.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479369560-9188-1-git-send-email-yuantian.tang@nxp.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 27 On Thu, Nov 17, 2016 at 03:59:19PM +0800, yuantian.tang@nxp.com wrote: > From: Tang Yuantian > > Added explanation for reg-names to make it more clear. > > Signed-off-by: Tang Yuantian > --- > Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt > index fc33ca0..80cf10c 100644 > --- a/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt > +++ b/Documentation/devicetree/bindings/ata/ahci-fsl-qoriq.txt > @@ -10,6 +10,8 @@ Required properties: > Optional properties: > - dma-coherent: Enable AHCI coherent DMA operation. > - reg-names: register area names when there are more than 1 register area. > + example: 'ahci' is for sata controller register. > + 'sata-ecc' is for sata ecc register. This is not an example, but should be exactly what names are used. When is there more than one area? That should be defined by the compatible string and spelled out here. Rob