From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 27 Sep 2013 10:53:47 -0700 Subject: [U-Boot] [PATCH 1/2] Corenet/p5040/SGMII:fix the problem for SGMII5/6 In-Reply-To: <1378260687-2732-1-git-send-email-B45475@freescale.com> References: <1378260687-2732-1-git-send-email-B45475@freescale.com> Message-ID: <5245C62B.1070909@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 09/03/2013 07:11 PM, Zhao Qiang wrote: > SGMII5/6 and SGMII7/8 are not on the same slot on P5040 > according to the serdes protocol. > So it is not proper to organize SGMII5/6 and SGMII7/8 > on one bus and SGMII5/6 can't work. > So a new bus SUPER_HYDRA_FM3_SGMII_MDIO is added for > SGMII5/6 > > Signed-off-by: Zhao Qiang > --- Applied to u-boot-mpc85xx/next, pending merging to u-boot-mpc85xx/master branch. York