Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758923AbbGHV0p (ORCPT ); Wed, 8 Jul 2015 17:26:45 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34760 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755602AbbGHV0h (ORCPT ); Wed, 8 Jul 2015 17:26:37 -0400 From: Kevin Hilman To: Catalin Marinas Cc: "Chalamarla\, Tirumalesh" , "marc.zyngier\@arm.com" , "Will.Deacon\@arm.com" , "rrichter\@cavium.com" , "devicetree\@vger.kernel.org" , Tirumalesh Chalamarla , "linux-kernel\@vger.kernel.org" , "linux-arm-kernel\@lists.infradead.org" , arm@kernel.org Subject: Re: [PATCH] GICv3: Add ITS entry to THUNDER dts References: <1435345943-31833-1-git-send-email-tchalamarla@caviumnetworks.com> <20150703095755.GH25907@e104818-lin.cambridge.arm.com> Date: Wed, 08 Jul 2015 14:26:33 -0700 In-Reply-To: <20150703095755.GH25907@e104818-lin.cambridge.arm.com> (Catalin Marinas's message of "Fri, 3 Jul 2015 10:57:56 +0100") Message-ID: <7hpp42cpdi.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1929 Lines: 53 Catalin Marinas writes: > On Thu, Jul 02, 2015 at 08:26:02PM +0000, Chalamarla, Tirumalesh wrote: >> > On Jun 26, 2015, at 12:12 PM, Tirumalesh Chalamarla wrote: >> > >> > From: Tirumalesh Chalamarla >> > >> > The PCIe host controller uses MSIs provided by GICv3 ITS. Enable it on >> > Thunder SoCs by adding an entry to DT. >> > >> > Signed-off-by: Tirumalesh Chalamarla >> > Acked-by: Marc Zyngier >> > --- >> > arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 9 +++++++++ >> > 1 file changed, 9 insertions(+) >> > >> > diff --git a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi >> > index d8c0bdc..9cb7cf9 100644 >> > --- a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi >> > +++ b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi >> > @@ -376,10 +376,19 @@ >> > gic0: interrupt-controller@8010,00000000 { >> > compatible = "arm,gic-v3"; >> > #interrupt-cells = <3>; >> > + #address-cells = <2>; >> > + #size-cells = <2>; >> > + ranges; >> > interrupt-controller; >> > reg = <0x8010 0x00000000 0x0 0x010000>, /* GICD */ >> > <0x8010 0x80000000 0x0 0x600000>; /* GICR */ >> > interrupts = <1 9 0xf04>; >> > + >> > + its: gic-its@8010,00020000 { >> > + compatible = "arm,gic-v3-its"; >> > + msi-controller; >> > + reg = <0x8010 0x20000 0x0 0x200000>; >> > + }; >> > }; >> > >> > uaa0: serial@87e0,24000000 { >> >> is it possible to pull this for 4.2? > > The dts files go in via the arm-soc tree (cc'ing arm@kernel.org). Picked this up for v4.2-rc, Kevin -- 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/