From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx6dl-icore-rqs: Fix invalid PHY address assignment for ethernet Date: Wed, 28 Feb 2018 14:35:49 +0800 Message-ID: <20180228063548.GJ3217@dragon> References: <1519747143-3036-1-git-send-email-mayhs11saini@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1519747143-3036-1-git-send-email-mayhs11saini@gmail.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: shyam saini Cc: devicetree@vger.kernel.org, Shyam Saini , robh+dt@kernel.org, jagan@amarulasolutions.com, kernel@pengutronix.de, fabio.estevam@nxp.com, michael@amarulasolutions.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Feb 27, 2018 at 09:29:03PM +0530, shyam saini wrote: > From: Shyam Saini > > Add "reg" property for ethernet to fix this issue. > > Errors in boot logs: > mdio_bus 2188000.ethernet-1: > /soc/aips-bus@02100000/ethernet@02188000/mdio/ethernet-phy > has invalid PHY address > > mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 0 > mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 1 > mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 2 > mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 3 > > Reported-by: Shyam Saini > Suggested-by: Michael Trimarchi > Signed-off-by: Shyam Saini Applied, thanks.