diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/include/asm/fsl_serdes.h | 2 | ||||
| -rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/fsl_serdes.h b/arch/powerpc/include/asm/fsl_serdes.h index cce892ce9..404ded458 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, diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index 9b386ee6b..882b0b15e 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -1621,6 +1621,8 @@ typedef struct ccsr_gur {  #define FSL_CORENET_DEVDISR2_DTSEC1_10	0x00400000  #define FSL_CORENET_DEVDISR2_10GEC1_1	0x00800000  #define FSL_CORENET_DEVDISR2_10GEC1_2	0x00400000 +#define FSL_CORENET_DEVDISR2_10GEC1_3	0x80000000 +#define FSL_CORENET_DEVDISR2_10GEC1_4	0x40000000  #define FSL_CORENET_DEVDISR2_DTSEC2_1	0x00080000  #define FSL_CORENET_DEVDISR2_DTSEC2_2	0x00040000  #define FSL_CORENET_DEVDISR2_DTSEC2_3	0x00020000 |