From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:50958 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362AbdKNSA0 (ORCPT ); Tue, 14 Nov 2017 13:00:26 -0500 Received: by mail-lf0-f66.google.com with SMTP id a132so23314553lfa.7 for ; Tue, 14 Nov 2017 10:00:25 -0800 (PST) Subject: Re: [PATCH 3/3] arm64: dts: renesas: eagle: add EtherAVB pins To: Geert Uytterhoeven Cc: Simon Horman , Rob Herring , Catalin Marinas , Will Deacon , Linux-Renesas , "devicetree@vger.kernel.org" , Magnus Damm , Mark Rutland , "linux-arm-kernel@lists.infradead.org" References: <20171110200714.406365231@cogentembedded.com> From: Sergei Shtylyov Message-ID: <1017d8fb-e353-f212-09a9-a28bf07eddc2@cogentembedded.com> Date: Tue, 14 Nov 2017 21:00:21 +0300 MIME-Version: 1.0 In-Reply-To: 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: Hello. On 11/14/2017 11:44 AM, Geert Uytterhoeven wrote: >> Add the (previously omitted) EtherAVB pin data to the Eagle board's >> device tree. >> >> Signed-off-by: Sergei Shtylyov > > Thanks for your patch! > >> --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts >> +++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts >> @@ -34,6 +34,9 @@ [...] >> @@ -53,6 +56,11 @@ >> }; >> >> &pfc { >> + avb_pins: avb { >> + groups = "avb0_mdio", "avb0_mii"; > > Oh no, its'called "avb0_mdio" here, but "avb(0)_mdc" on all other > R-Car Gen3 SoCs? Can you remember the reason? I don;t want to follow the bad example. :-) > What about "avb0_link", which is connected through "L_LNK"? The same as for other gen3 board, the AVB node has renesas,no-ether-link". I tried to verify that property on Eagle, and left it intact as a result... Will re-test removing it once more. [...] > Gr{oetje,eeting}s, > > Geert MBR, Sergei