Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755582AbaAVWlB (ORCPT ); Wed, 22 Jan 2014 17:41:01 -0500 Received: from mail-pb0-f48.google.com ([209.85.160.48]:46982 "EHLO mail-pb0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753459AbaAVWk6 (ORCPT ); Wed, 22 Jan 2014 17:40:58 -0500 MIME-Version: 1.0 In-Reply-To: <1390361452-3124-8-git-send-email-marc.ceeeee@gmail.com> References: <1390361452-3124-1-git-send-email-marc.ceeeee@gmail.com> <1390361452-3124-8-git-send-email-marc.ceeeee@gmail.com> From: Florian Fainelli Date: Wed, 22 Jan 2014 14:40:09 -0800 Message-ID: Subject: Re: [PATCH v5 7/8] ARM: brcmstb: gic: add compatible string for Broadcom Brahma15 To: Marc Carino Cc: Christian Daudt , Arnd Bergmann , Matt Porter , Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.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 Hi Marc, 2014/1/21 Marc Carino : > Document the Broadcom Brahma B15 GIC implementation as compatible > with the ARM GIC standard. > > Signed-off-by: Marc Carino > Acked-by: Florian Fainelli Do not we also need to update drivers/irqchip/irq-gic.c to look for this compatible property? Alternatively should the example DTS contain the following: compatible = "brcm,brahma-b15-gic", "arm,cortex-a15-gic"? > --- > 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..d7409fd 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,brahma-b15-gic" > - interrupt-controller : Identifies the node as an interrupt controller > - #interrupt-cells : Specifies the number of cells needed to encode an > interrupt source. The type shall be a and the value shall be 3. > -- > 1.7.1 > -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/