From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support Date: Fri, 6 Oct 2017 11:31:12 +0200 Message-ID: <20171006093112.GJ7734@verge.net.au> References: <20170915194449.538504992@cogentembedded.com> <20171005090500.GC26369@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-renesas-soc-owner@vger.kernel.org To: Sergei Shtylyov Cc: Geert Uytterhoeven , Rob Herring , Catalin Marinas , Will Deacon , Linux-Renesas , "devicetree@vger.kernel.org" , Mark Rutland , Magnus Damm , "linux-arm-kernel@lists.infradead.org" , Vladimir Barinov List-Id: devicetree@vger.kernel.org On Thu, Oct 05, 2017 at 08:18:38PM +0300, Sergei Shtylyov wrote: > On 10/05/2017 12:05 PM, Simon Horman wrote: > > >>>>>Define the Eagle board dependent part of the EtherAVB device node. > >>>>>Enable DHCP and NFS root for the kernel booting. > >>>>> > >>>>>Based on the original (and large) patch by Vladimir Barinov. > >>>>> > >>>>>Signed-off-by: Vladimir Barinov > >>>>>Signed-off-by: Sergei Shtylyov > >>>> > >>>> > >>>>>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > >>>>>+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > >>> > >>>[...] > >>>>> > >>>>>@@ -43,3 +44,14 @@ > >>>>> &scif0 { > >>>>> status = "okay"; > >>>>> }; > >>>>>+ > >>>>>+&avb { > >>>>>+ renesas,no-ether-link; > >>>>>+ phy-handle = <&phy0>; > >>>>>+ status = "okay"; > >>>>>+ > >>>>>+ phy0: ethernet-phy@0 { > >>>>>+ rxc-skew-ps = <1500>; > >>>>>+ reg = <0>; > >>>> > >>>> > >>>>Any specific reason why you don't want to wire up the interrupt? > >>>> > >>>> interrupt-parent = <&gpio2>; > >>> > >>> > >>> I thought it's quite obvious -- we don't have GPIOs yet, and GPIOs seem > >>>to require PFC. > >> > >>Of course. And these can be added later. > >> > >>Reviewed-by: Geert Uytterhoeven > > > >Thanks, applied. > > Still not seeing any devel branch updates/tags -- have you pushed it? Sorry, there was a bit of a delay. But it is there.