diff options
author | Aneesh V <aneesh@ti.com> | 2011-07-21 09:10:04 -0400 |
---|---|---|
committer | U-Boot <uboot@aari01-12.(none)> | 2011-08-03 12:49:19 +0200 |
commit | ad577c8a487ac0ab277540f5fe2ea654d98d8e9f (patch) | |
tree | a869f688a4677fa63de49fce45a293f8a1df1d1d /arch/arm/include/asm/armv7.h | |
parent | 469ec1e35354e45dce48299248c641367ed9e68a (diff) | |
download | u-boot-imx-ad577c8a487ac0ab277540f5fe2ea654d98d8e9f.zip u-boot-imx-ad577c8a487ac0ab277540f5fe2ea654d98d8e9f.tar.gz u-boot-imx-ad577c8a487ac0ab277540f5fe2ea654d98d8e9f.tar.bz2 |
omap4: add OMAP4430 revision check
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/armv7.h')
-rw-r--r-- | arch/arm/include/asm/armv7.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index 88b9c62..b5784d8 100644 --- a/arch/arm/include/asm/armv7.h +++ b/arch/arm/include/asm/armv7.h @@ -25,6 +25,11 @@ #define ARMV7_H #include <linux/types.h> +/* Cortex-A9 revisions */ +#define MIDR_CORTEX_A9_R0P1 0x410FC091 +#define MIDR_CORTEX_A9_R1P2 0x411FC092 +#define MIDR_CORTEX_A9_R1P3 0x411FC093 + /* CCSIDR */ #define CCSIDR_LINE_SIZE_OFFSET 0 #define CCSIDR_LINE_SIZE_MASK 0x7 |