From 32b58ce736f3195e937c1c4de7074315ef55c2fa Mon Sep 17 00:00:00 2001 From: "Howard D. Gray" Date: Sun, 4 Sep 2011 14:11:17 -0400 Subject: ARMV7: OMAP3: Add 37xx ESx revision numbers. OMAP3: Add 37xx ESx revision numbers. Signed-off-by: Michael Jones Signed-off-by: Howard D. Gray Signed-off-by: Sandeep Paulraj --- arch/arm/include/asm/arch-omap3/omap3.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'arch/arm/include') diff --git a/arch/arm/include/asm/arch-omap3/omap3.h b/arch/arm/include/asm/arch-omap3/omap3.h index 230eaad..c787408 100644 --- a/arch/arm/include/asm/arch-omap3/omap3.h +++ b/arch/arm/include/asm/arch-omap3/omap3.h @@ -191,6 +191,16 @@ struct gpio { #define CPU_3XX_ES312 7 #define CPU_3XX_MAX_REV 8 +/* + * 37xx real hardware: + * ES1.0 onwards, the value maps to contents of IDCODE register [31:28]. + */ + +#define CPU_37XX_ES10 0 +#define CPU_37XX_ES11 1 +#define CPU_37XX_ES12 2 +#define CPU_37XX_MAX_REV 3 + #define CPU_3XX_ID_SHIFT 28 #define WIDTH_8BIT 0x0000 -- cgit v1.1