From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f41.google.com ([209.85.215.41]:54045 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbdJERSm (ORCPT ); Thu, 5 Oct 2017 13:18:42 -0400 Received: by mail-lf0-f41.google.com with SMTP id l23so10844934lfk.10 for ; Thu, 05 Oct 2017 10:18:42 -0700 (PDT) Subject: Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support To: Simon Horman , Geert Uytterhoeven Cc: Rob Herring , Catalin Marinas , Will Deacon , Linux-Renesas , "devicetree@vger.kernel.org" , Mark Rutland , Magnus Damm , "linux-arm-kernel@lists.infradead.org" , Vladimir Barinov References: <20170915194449.538504992@cogentembedded.com> <20171005090500.GC26369@verge.net.au> From: Sergei Shtylyov Message-ID: Date: Thu, 5 Oct 2017 20:18:38 +0300 MIME-Version: 1.0 In-Reply-To: <20171005090500.GC26369@verge.net.au> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-MW Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: 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? MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Thu, 5 Oct 2017 20:18:38 +0300 Subject: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support In-Reply-To: <20171005090500.GC26369@verge.net.au> References: <20170915194449.538504992@cogentembedded.com> <20171005090500.GC26369@verge.net.au> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 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? MBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support Date: Thu, 5 Oct 2017 20:18:38 +0300 Message-ID: References: <20170915194449.538504992@cogentembedded.com> <20171005090500.GC26369@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171005090500.GC26369-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> Content-Language: en-MW Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Simon Horman , Geert Uytterhoeven Cc: Rob Herring , Catalin Marinas , Will Deacon , Linux-Renesas , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Mark Rutland , Magnus Damm , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Vladimir Barinov List-Id: devicetree@vger.kernel.org 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? MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html