mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
3ef5ebeb86
commit
de62688bb6
4 changed files with 14 additions and 2 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue