From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 4/4] arm64: dts: marvell: Add ethernet switch definition for the EXPRESSObin Date: Mon, 19 Dec 2016 15:44:04 +0100 Message-ID: <20161219144404.GB10048@lunn.ch> References: <20161219141610.30934-1-romain.perier@free-electrons.com> <20161219141610.30934-5-romain.perier@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20161219141610.30934-5-romain.perier@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Romain Perier Cc: Mark Rutland , devicetree@vger.kernel.org, Florian Fainelli , Jason Cooper , Pawel Moll , Vivien Didelot , netdev@vger.kernel.org, Ian Campbell , Nadav Haklai , Rob Herring , Kumar Gala , Gregory Clement , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org > + mdio { > + #address-cells = <1>; > + #size-cells = <0>; > + reg = <1>; > + > + switch0phy0: switch0phy0@0 { > + reg = <0x11>; Since the reg is 0x11, this should be called switch0phy0@11. Please follow the same scheme for the other phys. Andrew