diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-02-12 21:29:03 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-11 11:39:57 -0400 |
commit | de62688bb61c499ecc2d70a3aa8ccf90bb7a8ef6 (patch) | |
tree | 914a3d29a4adf27f1ecd0323965fb93e9190750d /arch/arm/include/asm/omap_common.h | |
parent | 3ef5ebeb86d1ef76277ab738fa663dfca1ce9599 (diff) | |
download | u-boot-de62688bb61c499ecc2d70a3aa8ccf90bb7a8ef6.tar.gz |
arm: dra7xx: Add silicon id support for DRA752 soc
Adding CPU detection support for the DRA752 ES1.0 soc.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: R Sricharan <r.sricharan@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index eeed163118..091ddb508d 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -580,4 +580,7 @@ static inline u32 omap_revision(void) #define OMAP5432_ES1_0 0x54320100 #define OMAP5430_ES2_0 0x54300200 #define OMAP5432_ES2_0 0x54320200 + +/* DRA7XX */ +#define DRA752_ES1_0 0x07520100 #endif /* _OMAP_COMMON_H_ */ |