From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 3/3] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver Date: Fri, 19 Jul 2019 15:26:57 +0200 Message-ID: <20190719132657.GD24930@lunn.ch> References: <1563534631-15897-1-git-send-email-yash.shah@sifive.com> <1563534631-15897-3-git-send-email-yash.shah@sifive.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Sagar Kadam Cc: Yash Shah , davem@davemloft.net, Rob Herring , Paul Walmsley , netdev@vger.kernel.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-riscv@lists.infradead.org, Mark Rutland , Albert Ou , Palmer Dabbelt , nicolas.ferre@microchip.com, Sachin Ghadi , ynezz@true.cz List-Id: devicetree@vger.kernel.org On Fri, Jul 19, 2019 at 05:23:45PM +0530, Sagar Kadam wrote: > > +ð0 { > > + status = "okay"; > > + phy-mode = "gmii"; > > + phy-handle = <&phy1>; > > + phy1: ethernet-phy@0 { > > + reg = <0>; > > + }; Hi Sagar Is there a good reason to call it phy1? Is there a phy0? Thanks Andrew