From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 28 May 2013 21:21:58 +0200 (CEST) Subject: [U-Boot] [PATCH v4 3/7] net: fec_mxc: Add support for Vybrid VF610 In-Reply-To: <1369731347-9994-4-git-send-email-b18965@freescale.com> References: <1369731347-9994-1-git-send-email-b18965@freescale.com> <1369731347-9994-4-git-send-email-b18965@freescale.com> Message-ID: <213411853.1270930.1369768918409.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alison, On Tuesday, May 28, 2013 10:55:43 AM, Alison Wang wrote: > This patch adds FEC support for Vybrid VF610 platform. > > In function fec_open(), RCR register is only set as RGMII mode. But RCR > register should be set as RMII mode for VF610 platform. > This configuration is already done in fec_reg_setup(), so this piece of > code could just leave untouched the FEC_RCNTRL_RGMII / FEC_RCNTRL_RMII / > FEC_RCNTRL_MII_MODE bits. [...] Reviewed-by: Beno?t Th?baudeau Best regards, Beno?t