From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Richter Subject: Re: [PATCH v2 3/4] arm64, thunder: Document devicetree bindings for Cavium Thunder SoC Date: Fri, 5 Sep 2014 11:32:22 +0200 Message-ID: <20140905093222.GS4703@rric.localhost> References: <1409903205-2762-1-git-send-email-rric@kernel.org> <1409903205-2762-4-git-send-email-rric@kernel.org> <20140905084200.GE13515@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140905084200.GE13515@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: Will Deacon Cc: Mark Rutland , Rob Herring , Arnd Bergmann , Pawel Moll , Ian Campbell , Kumar Gala , Radha Mohan Chintakuntla , Olof Johansson , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Robert Richter , "devicetree@vger.kernel.org" List-Id: devicetree@vger.kernel.org On 05.09.14 09:42:00, Will Deacon wrote: > On Fri, Sep 05, 2014 at 08:46:44AM +0100, Robert Richter wrote: > > From: Radha Mohan Chintakuntla > > > > This patch adds documentation for the devicetree bindings used by the > > DT files of Cavium Thunder SoC platforms. > > > > Signed-off-by: Radha Mohan Chintakuntla > > Signed-off-by: Robert Richter > > --- > > Documentation/devicetree/bindings/arm/cavium-thunder.txt | 10 ++++++++++ > > Documentation/devicetree/bindings/arm/cpus.txt | 1 + > > 2 files changed, 11 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/arm/cavium-thunder.txt > > > > diff --git a/Documentation/devicetree/bindings/arm/cavium-thunder.txt b/Documentation/devicetree/bindings/arm/cavium-thunder.txt > > new file mode 100644 > > index 000000000000..6f63a5866902 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/arm/cavium-thunder.txt > > @@ -0,0 +1,10 @@ > > +Cavium Thunder platform device tree bindings > > +-------------------------------------------- > > + > > +Boards with Cavium's Thunder SoC shall have following properties. > > + > > +Root Node > > +--------- > > +Required root node properties: > > + > > + - compatible = "cavium,thunder-88xx"; > > Is this file necessary? We don't have one for xgene afaict. Hmm, looking at Documentation/devicetree/bindings/arm/calxeda.txt there is something similar. I am fine with both, keeping or removing it. Would leave this to the DT maintainers. -Robert