Skip to content

Commit

Permalink
MIPS: Add CPU identifiers for more OCTEON family members.
Browse files Browse the repository at this point in the history
Needed to support new SOCs.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5634/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
daviddaney authored and ralfbaechle committed Aug 26, 2013
1 parent cad3b62 commit 71a8b7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/mips/include/asm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
#define PRID_IMP_CAVIUM_CN68XX 0x9100
#define PRID_IMP_CAVIUM_CN66XX 0x9200
#define PRID_IMP_CAVIUM_CN61XX 0x9300
#define PRID_IMP_CAVIUM_CNF71XX 0x9400
#define PRID_IMP_CAVIUM_CN78XX 0x9500
#define PRID_IMP_CAVIUM_CN70XX 0x9600

/*
* These are the PRID's for when 23:16 == PRID_COMP_INGENIC
Expand Down Expand Up @@ -272,7 +275,7 @@ enum cpu_type_enum {
*/
CPU_5KC, CPU_5KE, CPU_20KC, CPU_25KF, CPU_SB1, CPU_SB1A, CPU_LOONGSON2,
CPU_CAVIUM_OCTEON, CPU_CAVIUM_OCTEON_PLUS, CPU_CAVIUM_OCTEON2,
CPU_XLR, CPU_XLP,
CPU_CAVIUM_OCTEON3, CPU_XLR, CPU_XLP,

CPU_LAST
};
Expand Down

0 comments on commit 71a8b7d

Please sign in to comment.