From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v6 12/14] arm64: dts: marvell: add AP806 SEI subnode Date: Tue, 02 Oct 2018 16:39:23 +0200 Message-ID: <871s98o1k4.fsf@bootlin.com> References: <20181001141358.31508-1-miquel.raynal@bootlin.com> <20181001141358.31508-13-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181001141358.31508-13-miquel.raynal@bootlin.com> (Miquel Raynal's message of "Mon, 1 Oct 2018 16:13:56 +0200") 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: Miquel Raynal Cc: Mark Rutland , Andrew Lunn , Jason Cooper , devicetree@vger.kernel.org, Marc Zyngier , Catalin Marinas , Hanna Hawa , Haim Boot , Will Deacon , Maxime Chevallier , Nadav Haklai , Antoine Tenart , Rob Herring , Thomas Petazzoni , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org Hi Miquel, On lun., oct. 01 2018, Miquel Raynal wrote: > Add the System Error Interrupt node, representing an IRQ chip which is > part of the GIC. The SEI node aggregates interrupts from the AP through > wired interrupts, and from the CPs through MSIs. > > Signed-off-by: Miquel Raynal Applied on mvebu/dt64 Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > index 176e38d54872..92215342b453 100644 > --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > @@ -124,6 +124,15 @@ > interrupts = ; > }; > > + sei: interrupt-controller@3f0200 { > + compatible = "marvell,ap806-sei"; > + reg = <0x3f0200 0x40>; > + interrupts = ; > + #interrupt-cells = <1>; > + interrupt-controller; > + msi-controller; > + }; > + > xor@400000 { > compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; > reg = <0x400000 0x1000>, > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com