From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bootlin.com ([62.4.15.54]:56552 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726723AbeJCOcS (ORCPT ); Wed, 3 Oct 2018 10:32:18 -0400 From: Gregory CLEMENT Subject: Re: [PATCH v8 2/2] arm64: dts: marvell: add CP110 ICU SEI subnode References: <20181003072515.20121-1-miquel.raynal@bootlin.com> <20181003072515.20121-2-miquel.raynal@bootlin.com> Date: Wed, 03 Oct 2018 09:45:03 +0200 In-Reply-To: <20181003072515.20121-2-miquel.raynal@bootlin.com> (Miquel Raynal's message of "Wed, 3 Oct 2018 09:25:15 +0200") Message-ID: <87k1mzmq2o.fsf@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain Sender: devicetree-owner@vger.kernel.org To: Miquel Raynal Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , devicetree@vger.kernel.org, Nadav Haklai , Thomas Petazzoni , Antoine Tenart , Maxime Chevallier , Marc Zyngier List-ID: Hi Miquel, On mer., oct. 03 2018, Miquel Raynal wrote: > The ICU handles several interrupt groups, each of them being a subpart > of the ICU node. > > Signed-off-by: Miquel Raynal Applied on mvebu/dt64 Thanks, Gregory > --- > > This patch is one of the two patches remaining from the series: > "Add System Error Interrupt support to Armada SoCs". > > Changes since v7: > ----------------- > * Rebased on top of mvebu/dt64 > > > arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > index b1e688e0ce22..b9d9f31e3ba1 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi > @@ -193,6 +193,14 @@ > interrupt-controller; > msi-parent = <&gicp>; > }; > + > + CP110_LABEL(icu_sei): interrupt-controller@50 { > + compatible = "marvell,cp110-icu-sei"; > + reg = <0x50 0x10>; > + #interrupt-cells = <2>; > + interrupt-controller; > + msi-parent = <&sei>; > + }; > }; > > CP110_LABEL(rtc): rtc@284000 { > -- > 2.17.1 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com