From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:17:31 -0800 Subject: [U-Boot] [PATCH] Freescale t104x: Do not exclude SGMII In-Reply-To: <1414162142-31336-1-git-send-email-Joakim.Tjernlund@transmode.se> References: <1414162142-31336-1-git-send-email-Joakim.Tjernlund@transmode.se> Message-ID: <5481DA9B.9040700@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 10/24/2014 07:49 AM, Joakim Tjernlund wrote: > fman_port_enet_if() tests if FM1_DTSEC2 or FM1_DTSEC4 uses > RGMII or MII and if not returns PHY_INTERFACE_MODE_NONE. > This excludes testing for SGMII further down. > > Remove the unconditional "else return PHY_INTERFACE_MODE_NONE" > so SGMII can be tested too. > > Signed-off-by: Joakim Tjernlund > --- Applied to u-boot-mpc85xx, awaiting upstream. York