diff options
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
| -rw-r--r-- | arch/arm/include/asm/omap_common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index 2115687ad..459916785 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -542,4 +542,6 @@ static inline u32 omap_revision(void)  #define OMAP5430_SILICON_ID_INVALID	0  #define OMAP5430_ES1_0	0x54300100  #define OMAP5432_ES1_0	0x54320100 +#define OMAP5430_ES2_0  0x54300200 +#define OMAP5432_ES2_0  0x54320200  #endif /* _OMAP_COMMON_H_ */ |