From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753020AbbA2OhU (ORCPT ); Thu, 29 Jan 2015 09:37:20 -0500 Received: from mail-wg0-f51.google.com ([74.125.82.51]:44464 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751878AbbA2OhS (ORCPT ); Thu, 29 Jan 2015 09:37:18 -0500 MIME-Version: 1.0 In-Reply-To: <20150128234938.20644.69989.stgit@dusk.lan> References: <20150128234935.20644.89300.stgit@dusk.lan> <20150128234938.20644.69989.stgit@dusk.lan> From: Rob Herring Date: Thu, 29 Jan 2015 08:36:56 -0600 Message-ID: Subject: Re: [PATCH 24/24] Documentation: DT bindings: add nvidia, denver compatible string To: Paul Walmsley Cc: Mark Rutland , "devicetree@vger.kernel.org" , Lorenzo Pieralisi , Heiko Stuebner , Pawel Moll , Ian Campbell , Catalin Marinas , Rohit Vaswani , "linux-kernel@vger.kernel.org" , Marc Carino , Rob Herring , Arnd Bergmann , Paul Walmsley , Kumar Gala , Olof Johansson , Maxime Ripard , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 28, 2015 at 5:49 PM, Paul Walmsley wrote: > > Add a compatible string for the NVIDIA Denver CPU to the ARM CPU DT > binding documentation file. The primary objective here is to keep > checkpatch.pl from warning when the compatible string is used in an > SoC DT file, per: > > http://marc.info/?l=linux-tegra&m=142201349727836&w=2 > > > Signed-off-by: Paul Walmsley > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Heiko Stuebner > Cc: Arnd Bergmann > Cc: Catalin Marinas > Cc: Olof Johansson > Cc: Maxime Ripard > Cc: Rohit Vaswani > Cc: Paul Walmsley > Cc: Marc Carino > Cc: Lorenzo Pieralisi > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/arm/cpus.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt > index b2aacbe16ed9..4ea31f0b7764 100644 > --- a/Documentation/devicetree/bindings/arm/cpus.txt > +++ b/Documentation/devicetree/bindings/arm/cpus.txt > @@ -175,6 +175,7 @@ nodes to be present and contain the properties described below. > "marvell,pj4a" > "marvell,pj4b" > "marvell,sheeva-v5" > + "nvidia,denver" (not yet matched in the code) There's not variations or versions of Denver cores or plans to change from the codename? Rob