mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
ARM: OMAP5: Add silicon id support for ES2.0 revision.
Adding the CPU detection suport for OMAP5430 and OMAP5432 ES2.0 SOCs. Signed-off-by: R Sricharan <r.sricharan@ti.com> Cc: Tom Rini <trini@ti.com> Cc: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
ef1697e99f
commit
eed7c0f727
4 changed files with 21 additions and 11 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue