diff options
| author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2013-11-22 17:39:09 +0800 | 
|---|---|---|
| committer | York Sun <yorksun@freescale.com> | 2013-11-25 11:43:47 -0800 | 
| commit | 82a55c1ef87bb6c596b19e83685cc4cbf0344cb3 (patch) | |
| tree | 6502988e34279dd4788b11e2c5926d06a55b1d91 /arch/powerpc/include/asm/immap_85xx.h | |
| parent | 0b66513b2706e941b55ffc6ad5aa011e10e87960 (diff) | |
| download | olio-uboot-2014.01-82a55c1ef87bb6c596b19e83685cc4cbf0344cb3.tar.xz olio-uboot-2014.01-82a55c1ef87bb6c596b19e83685cc4cbf0344cb3.zip | |
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/immap_85xx.h')
| -rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 |