From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757641AbbJ2QpA (ORCPT ); Thu, 29 Oct 2015 12:45:00 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:33891 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753828AbbJ2Qo6 (ORCPT ); Thu, 29 Oct 2015 12:44:58 -0400 X-Greylist: delayed 431 seconds by postgrey-1.27 at vger.kernel.org; Thu, 29 Oct 2015 12:44:58 EDT Reply-To: monstr@monstr.eu Subject: Re: [PATCH 3/3] ARM64: zynqmp: DT: Add interrupt-controller property to GPIO References: <1445617532-10228-1-git-send-email-soren.brinkmann@xilinx.com> <1445617532-10228-3-git-send-email-soren.brinkmann@xilinx.com> To: Soren Brinkmann , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Michal Simek , Linus Walleij Cc: Russell King , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org From: Michal Simek Message-ID: <56324B54.9000607@monstr.eu> Date: Thu, 29 Oct 2015 17:37:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1445617532-10228-3-git-send-email-soren.brinkmann@xilinx.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADT3o35XgVgetxBnXPHq6SqcdP3lsiXNm" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ADT3o35XgVgetxBnXPHq6SqcdP3lsiXNm Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 10/23/2015 06:25 PM, Soren Brinkmann wrote: > GPIO can be used as interrupt-controller. Add the missing properties to= > the GPIO node. >=20 > Signed-off-by: Soren Brinkmann > --- > arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/d= ts/xilinx/zynqmp.dtsi > index 857eda5c7217..200fb588d0f5 100644 > --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > @@ -133,6 +133,8 @@ > clocks =3D <&misc_clk>; > interrupt-parent =3D <&gic>; > interrupts =3D <0 16 4>; > + interrupt-controller; > + #interrupt-cells =3D <2>; > reg =3D <0x0 0xff0a0000 0x1000>; > }; > =20 >=20 Applied. Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform --ADT3o35XgVgetxBnXPHq6SqcdP3lsiXNm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAlYyS1cACgkQykllyylKDCFMLQCeIjUq0Dqz+WvlAx7mWB0XnCHn GR0Ani1mwDjDIyM1TPRuHzD9eo3yrFy5 =BFeq -----END PGP SIGNATURE----- --ADT3o35XgVgetxBnXPHq6SqcdP3lsiXNm--