diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2013-03-25 07:39:28 +0000 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-05-14 16:13:24 -0500 |
commit | 959278083db4a2f104e56069ca031ecc3213c728 (patch) | |
tree | 9320443d33b4cf2a81633b999ce61e225dbda7a4 /arch | |
parent | 3e83fc9b4d898e3e97a6079d103c1e3dc53ca5cc (diff) | |
download | u-boot-imx-959278083db4a2f104e56069ca031ecc3213c728.zip u-boot-imx-959278083db4a2f104e56069ca031ecc3213c728.tar.gz u-boot-imx-959278083db4a2f104e56069ca031ecc3213c728.tar.bz2 |
t4240qds/eth: fixup ethernet for t4240qds
1, Implemented board_ft_fman_fixup_port() to fix port for kernel.
2, Implemented fdt_fixup_board_enet() to fix node status of different
slots and interfaces.
3, Adding detection of slot present for XGMII interface.
4, There is no PHY for XFI, so removed related phy address settings.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/fsl_serdes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_serdes.h b/arch/powerpc/include/asm/fsl_serdes.h index 6cd7379..c462455 100644 --- a/arch/powerpc/include/asm/fsl_serdes.h +++ b/arch/powerpc/include/asm/fsl_serdes.h @@ -91,6 +91,7 @@ enum srds { int is_serdes_configured(enum srds_prtcl device); void fsl_serdes_init(void); +enum srds_prtcl serdes_get_prtcl(int serdes, int cfg, int lane); #ifdef CONFIG_FSL_CORENET #ifdef CONFIG_SYS_FSL_QORIQ_CHASSIS2 |