From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751616AbaLCRGk (ORCPT ); Wed, 3 Dec 2014 12:06:40 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:41865 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbaLCRGi (ORCPT ); Wed, 3 Dec 2014 12:06:38 -0500 Message-ID: <547F431A.5040804@atmel.com> Date: Wed, 3 Dec 2014 18:06:34 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Alexandre Belloni CC: Josh Wu , Jean-Christophe Plagniol-Villard , Boris Brezillon , , Subject: Re: [PATCH v3 1/3] ARM: at91: Add Special Function Registers binding documentation References: <1417197962-19441-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1417197962-19441-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 28/11/2014 19:06, Alexandre Belloni a écrit : > The special function registers gather some registers that allow to tweak > features provided by IPs controlled through another register range. > > Signed-off-by: Alexandre Belloni I think that you had the Acked-by tag from Boris, hadn't you? > --- > Documentation/devicetree/bindings/arm/atmel-at91.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.txt b/Documentation/devicetree/bindings/arm/atmel-at91.txt > index 562cda9d86d9..a6427de45785 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-at91.txt > +++ b/Documentation/devicetree/bindings/arm/atmel-at91.txt > @@ -136,3 +136,20 @@ Example: > compatible = "atmel,at91sam9260-rstc"; > reg = <0xfffffd00 0x10>; > }; > + > +Special Function Registers (SFR) > + > +Special Function Registers (SFR) manage specific aspects of the integrated > +memory, bridge implementations, processor and other functionality not controlled > +elsewhere. > + > +required properties: > +- compatible: Should be "atmel,-sfr", "syscon". > + can be "at91sam9260", "at91sam9rl" or "at91sam9x5". Well, in the following patches you are adding "atmel,sama5d3-sfr" and "atmel,sama5d4-sfr" so I suspect more chips must be added here... > +- reg: Should contain registers location and length > + > + sfr@f0038000 { > + compatible = "atmel,sama5d3-sfr", "syscon"; > + reg = <0xf0038000 0x4000>; > + }; > + Otherwise, it looks okay. Bye, -- Nicolas Ferre