From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752700AbbKPRjc (ORCPT ); Mon, 16 Nov 2015 12:39:32 -0500 Received: from mail.kernel.org ([198.145.29.136]:58418 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751511AbbKPRj0 (ORCPT ); Mon, 16 Nov 2015 12:39:26 -0500 Date: Mon, 16 Nov 2015 11:39:20 -0600 From: Rob Herring To: Linus Walleij Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/3] irqchip/gic: fix ARM11MPCore GIC bindings Message-ID: <20151116173920.GA10244@rob-hp-laptop> References: <1445638553-8825-1-git-send-email-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445638553-8825-1-git-send-email-linus.walleij@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 24, 2015 at 12:15:51AM +0200, Linus Walleij wrote: > The GIC bindings for the ARM11MPCore need to differentiate between > the GIC on the Test Chip and the one on the evaluation baseboard. > Split the binding in two and define new compatible-strings. > > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: devicetree@vger.kernel.org > Signed-off-by: Linus Walleij Acked-by: Rob Herring > --- > ChangeLog v1->v2: > - Make this a pure devicetree bindings patch. > - Keep the old binding arm,arm11mp-gic for the "normal" GIC on > the PB11MPCore as it is probably similar to other ARM11MPCore > systems. > - Broke out this irqchip stuff from the rest of the series so as > not to stress the irqchip maintainers. It has no dependencies > on the other patches anyways, and can be merged stand-alone. > --- > Documentation/devicetree/bindings/arm/gic.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt > index 2da059a4790c..0ffa69755d5e 100644 > --- a/Documentation/devicetree/bindings/arm/gic.txt > +++ b/Documentation/devicetree/bindings/arm/gic.txt > @@ -16,6 +16,7 @@ Main node required properties: > "arm,cortex-a9-gic" > "arm,cortex-a7-gic" > "arm,arm11mp-gic" > + "arm,tc11mp-gic" > "brcm,brahma-b15-gic" > "arm,arm1176jzf-devchip-gic" > "qcom,msm-8660-qgic" > -- > 2.4.3 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html