diff options
Diffstat (limited to 'arch/powerpc/include/asm/immap_85xx.h')
| -rw-r--r-- | arch/powerpc/include/asm/immap_85xx.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h index 74cc94be3..28fe1d22c 100644 --- a/arch/powerpc/include/asm/immap_85xx.h +++ b/arch/powerpc/include/asm/immap_85xx.h @@ -1830,7 +1830,7 @@ typedef struct ccsr_gur {  #ifdef CONFIG_SYS_FSL_QORIQ_CHASSIS2  #define FSL_CORENET_RCWSR0_MEM_PLL_RAT_SHIFT	16  #define FSL_CORENET_RCWSR0_MEM_PLL_RAT_MASK	0x3f -#if defined(CONFIG_PPC_T4240) +#if defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160)  #define FSL_CORENET2_RCWSR4_SRDS1_PRTCL		0xfc000000  #define FSL_CORENET2_RCWSR4_SRDS1_PRTCL_SHIFT	26  #define FSL_CORENET2_RCWSR4_SRDS2_PRTCL		0x00fe0000 @@ -1898,7 +1898,7 @@ typedef struct ccsr_gur {  #define FSL_CORENET_RCWSR11_EC2_FM2_DTSEC5_MII          0x00100000  #define FSL_CORENET_RCWSR11_EC2_FM2_DTSEC5_NONE         0x00180000  #endif -#if defined(CONFIG_PPC_T4240) +#if defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160)  #define FSL_CORENET_RCWSR13_EC1			0x60000000 /* bits 417..418 */  #define FSL_CORENET_RCWSR13_EC1_FM2_DTSEC5_RGMII	0x00000000  #define FSL_CORENET_RCWSR13_EC1_FM2_GPIO		0x40000000 |