diff options
author | SRICHARAN R | 2013-02-12 01:33:41 +0000 |
---|---|---|
committer | Tom Rini | 2013-03-11 11:06:10 -0400 |
commit | eed7c0f727cf8255b193dfefd21d66dfd6dbae94 (patch) | |
tree | 7f3e0cb7742beaf5a49d7e3c6e7ff81d6aa895c0 /arch/arm/include/asm/armv7.h | |
parent | ef1697e99f482b0e6a64df465ffff77251719abb (diff) |
ARM: OMAP5: Add silicon id support for ES2.0 revision.
Adding the CPU detection suport for OMAP5430 and
OMAP5432 ES2.0 SOCs.
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Cc: Tom Rini <trini@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/include/asm/armv7.h')
-rw-r--r-- | arch/arm/include/asm/armv7.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index ad9a875de56..a73630bc4df 100644 --- a/arch/arm/include/asm/armv7.h +++ b/arch/arm/include/asm/armv7.h @@ -33,6 +33,7 @@ /* Cortex-A15 revisions */ #define MIDR_CORTEX_A15_R0P0 0x410FC0F0 +#define MIDR_CORTEX_A15_R2P2 0x412FC0F2 /* CCSIDR */ #define CCSIDR_LINE_SIZE_OFFSET 0 |