From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:43:34 -0800 Subject: [U-Boot] [PATCH 7/9 v2] net/phy: enable serdes auto-negotiation for vsc8514 phy In-Reply-To: <1416820321-43623-7-git-send-email-Shengzhou.Liu@freescale.com> References: <1416820321-43623-1-git-send-email-Shengzhou.Liu@freescale.com> <1416820321-43623-7-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5481E0B6.2090406@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 11/24/2014 01:11 AM, Shengzhou Liu wrote: > VSC8514 QSGMII PHY requires enabling auto-negotiation, > otherwise it wouldn't work. > > Signed-off-by: Shengzhou Liu > --- > v2: updated copyright year. > Applied to u-boot-mpc85xx, awaiting upstream. York