From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH v3 6/7] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15 Date: Wed, 15 Jan 2014 17:20:05 +0000 Message-ID: <20140115172005.GL25824@e106331-lin.cambridge.arm.com> References: <1389743333-16741-1-git-send-email-marc.ceeeee@gmail.com> <1389743333-16741-7-git-send-email-marc.ceeeee@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1389743333-16741-7-git-send-email-marc.ceeeee@gmail.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marc Carino Cc: "devicetree@vger.kernel.org" , Florian Fainelli , Russell King , Arnd Bergmann , Christian Daudt , "linux-kernel@vger.kernel.org" , Matt Porter , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Tue, Jan 14, 2014 at 11:48:52PM +0000, Marc Carino wrote: > Document the Broadcom Brahma B15 GIC implementation as compatible > with the ARM GIC standard. > > Signed-off-by: Marc Carino > Acked-by: Florian Fainelli > --- > Documentation/devicetree/bindings/arm/gic.txt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt > index 3dfb0c0..b7d7970 100644 > --- a/Documentation/devicetree/bindings/arm/gic.txt > +++ b/Documentation/devicetree/bindings/arm/gic.txt > @@ -15,6 +15,7 @@ Main node required properties: > "arm,cortex-a9-gic" > "arm,cortex-a7-gic" > "arm,arm11mp-gic" > + "brcm,brahma15-gic" Similarly to the cpu binding patch, I think this should be "brcm,brahma-b15-gic". It doesn't have to be done here, but it might make sense to add "arm,gic-v2" for arbitrary GICv2 implementations to use as a fallback compatible string. Cheers, Mark.