diff options
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/cpu.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu.h b/arch/mips/include/asm/cpu.h index 3bdc0e3d89cc..4b96d1a36056 100644 --- a/arch/mips/include/asm/cpu.h +++ b/arch/mips/include/asm/cpu.h | |||
@@ -113,6 +113,12 @@ | |||
113 | 113 | ||
114 | #define PRID_IMP_BCM4710 0x4000 | 114 | #define PRID_IMP_BCM4710 0x4000 |
115 | #define PRID_IMP_BCM3302 0x9000 | 115 | #define PRID_IMP_BCM3302 0x9000 |
116 | #define PRID_IMP_BCM6338 0x9000 | ||
117 | #define PRID_IMP_BCM6345 0x8000 | ||
118 | #define PRID_IMP_BCM6348 0x9100 | ||
119 | #define PRID_IMP_BCM4350 0xA000 | ||
120 | #define PRID_REV_BCM6358 0x0010 | ||
121 | #define PRID_REV_BCM6368 0x0030 | ||
116 | 122 | ||
117 | /* | 123 | /* |
118 | * These are the PRID's for when 23:16 == PRID_COMP_CAVIUM | 124 | * These are the PRID's for when 23:16 == PRID_COMP_CAVIUM |
@@ -210,6 +216,7 @@ enum cpu_type_enum { | |||
210 | */ | 216 | */ |
211 | CPU_4KC, CPU_4KEC, CPU_4KSC, CPU_24K, CPU_34K, CPU_1004K, CPU_74K, | 217 | CPU_4KC, CPU_4KEC, CPU_4KSC, CPU_24K, CPU_34K, CPU_1004K, CPU_74K, |
212 | CPU_ALCHEMY, CPU_PR4450, CPU_BCM3302, CPU_BCM4710, | 218 | CPU_ALCHEMY, CPU_PR4450, CPU_BCM3302, CPU_BCM4710, |
219 | CPU_BCM6338, CPU_BCM6345, CPU_BCM6348, CPU_BCM6358, | ||
213 | 220 | ||
214 | /* | 221 | /* |
215 | * MIPS64 class processors | 222 | * MIPS64 class processors |