diff options
author | Shengzhou Liu | 2013-11-22 17:39:09 +0800 |
---|---|---|
committer | York Sun | 2013-11-25 11:43:47 -0800 |
commit | 82a55c1ef87bb6c596b19e83685cc4cbf0344cb3 (patch) | |
tree | 6502988e34279dd4788b11e2c5926d06a55b1d91 /arch/powerpc/include/asm/fsl_serdes.h | |
parent | 0b66513b2706e941b55ffc6ad5aa011e10e87960 (diff) |
net/fman: Add support for 10GEC3 and 10GEC4
There are more than two 10GEC in single FMAN in some SoCs(e.g. T2080).
This patch adds support for 10GEC3 and 10GEC4.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/fsl_serdes.h')
-rw-r--r-- | arch/powerpc/include/asm/fsl_serdes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_serdes.h b/arch/powerpc/include/asm/fsl_serdes.h index cce892ce90a..404ded4580a 100644 --- a/arch/powerpc/include/asm/fsl_serdes.h +++ b/arch/powerpc/include/asm/fsl_serdes.h @@ -62,6 +62,8 @@ enum srds_prtcl { QSGMII_FM1_B, /* B indicates MACs 5,6,9,10 */ QSGMII_FM2_A, QSGMII_FM2_B, + XFI_FM1_MAC1, + XFI_FM1_MAC2, XFI_FM1_MAC9, XFI_FM1_MAC10, XFI_FM2_MAC9, |