From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:50325 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1033088AbeBOPQt (ORCPT ); Thu, 15 Feb 2018 10:16:49 -0500 Date: Thu, 15 Feb 2018 16:16:44 +0100 From: Simon Horman To: Sergei Shtylyov Cc: Rob Herring , Catalin Marinas , Will Deacon , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Magnus Damm , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] arm64: dts: renesas: eagle: specify EtherAVB PHY IRQ Message-ID: <20180215151644.szxwehuu6b7w5uuv@verge.net.au> References: <038a791d-aa57-9c3d-eaea-09c5704ecb54@cogentembedded.com> <0ccd631e-691a-2b15-7680-6e0c847a6ca2@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ccd631e-691a-2b15-7680-6e0c847a6ca2@cogentembedded.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Tue, Feb 13, 2018 at 02:24:14PM +0300, Sergei Shtylyov wrote: > Specify EtherAVB PHY IRQ in the Eagle board's device tree, now that we > have the GPIO support (previously phylib had to resort to polling). > > Signed-off-by: Sergei Shtylyov Thanks, applied with Geert's tag. > --- > arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 2 ++ > 1 file changed, 2 insertions(+) > > Index: renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > =================================================================== > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > +++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > @@ -44,6 +44,8 @@ > phy0: ethernet-phy@0 { > rxc-skew-ps = <1500>; > reg = <0>; > + interrupt-parent = <&gpio1>; > + interrupts = <17 IRQ_TYPE_LEVEL_LOW>; Could you consider following-up with a patch to add: reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; > }; > }; > >