From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 12/14] arm64: dts: marvell: add AP806 SEI subnode Date: Mon, 16 Jul 2018 09:31:58 -0600 Message-ID: <20180716153158.GA8527@rob-hp-laptop> References: <20180705124011.7661-1-miquel.raynal@bootlin.com> <20180705124011.7661-13-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180705124011.7661-13-miquel.raynal@bootlin.com> 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 , Gregory Clement , Haim Boot , Will Deacon , Maxime Chevallier , Nadav Haklai , Antoine Tenart , Thomas Petazzoni , Thomas Gleixner , Hanna Hawa , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Thu, Jul 05, 2018 at 02:40:09PM +0200, Miquel Raynal wrote: > Add the System Error Interrupt node, representing an IRQ chip which is > part of the GIC. The SEI node has two subnodes, one for each interrupt > domain: wired (from the AP) and not-wired (MSIs from the CPs). Where are the 2 sub-nodes? > > Signed-off-by: Miquel Raynal > --- > arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > index 176e38d54872..4f2a704615b0 100644 > --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > @@ -124,6 +124,17 @@ > interrupts = ; > }; > > + sei: interrupt-controller@3f0200 { > + compatible = "marvell,armada-8k-sei"; > + reg = <0x3f0200 0x40>; > + interrupts = ; > + marvell,sei-ap-ranges = <0 21>; > + marvell,sei-cp-ranges = <21 43>; > + #interrupt-cells = <1>; > + interrupt-controller; > + msi-controller; > + }; > + > xor@400000 { > compatible = "marvell,armada-7k-xor", "marvell,xor-v2"; > reg = <0x400000 0x1000>, > -- > 2.14.1 >