Re: [U-Boot] [PATCH] Freescale t104x: Do not exclude SGMII

2014-12-05 Thread York Sun
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

Re: [U-Boot] [PATCH] Freescale t104x: Do not exclude SGMII

2014-11-18 Thread York Sun
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

[U-Boot] [PATCH] Freescale t104x: Do not exclude SGMII

2014-10-26 Thread Joakim Tjernlund
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