summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_85xx.h
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2013-11-22 17:39:09 +0800
committerYork Sun <yorksun@freescale.com>2013-11-25 11:43:47 -0800
commit82a55c1ef87bb6c596b19e83685cc4cbf0344cb3 (patch)
tree6502988e34279dd4788b11e2c5926d06a55b1d91 /arch/powerpc/include/asm/immap_85xx.h
parent0b66513b2706e941b55ffc6ad5aa011e10e87960 (diff)
downloadu-boot-imx-82a55c1ef87bb6c596b19e83685cc4cbf0344cb3.zip
u-boot-imx-82a55c1ef87bb6c596b19e83685cc4cbf0344cb3.tar.gz
u-boot-imx-82a55c1ef87bb6c596b19e83685cc4cbf0344cb3.tar.bz2
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.h2
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 9b386ee..882b0b1 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