From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:31:58 -0700 Subject: [U-Boot] [PATCH] net/phy: Fix PHY id for VSC8514 In-Reply-To: <1395850394-14062-1-git-send-email-codrin.ciubotariu@freescale.com> References: <1395850394-14062-1-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <53583F5E.4090200@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/26/2014 09:13 AM, Codrin Ciubotariu wrote: > In the current Datasheet for VSC8514 there is a mistake, saying that > the PHY id is 0x70570. The real value in the identifier registers is > 0x70670. Linux PHY driver uses 0x70670 also. > > Signed-off-by: Codrin Ciubotariu > Cc: York Sun > --- Applied to u-boot-mpc85xx/master, thanks. York