mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: DRA72x: Add Silicon ID support
Add silicon ID code for DRA722 silicon. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
a0a37183bd
commit
ee77a2389b
3 changed files with 5 additions and 0 deletions
|
@ -645,6 +645,7 @@ static inline u8 is_dra7xx(void)
|
|||
/* DRA7XX */
|
||||
#define DRA752_ES1_0 0x07520100
|
||||
#define DRA752_ES1_1 0x07520110
|
||||
#define DRA722_ES1_0 0x07220100
|
||||
|
||||
/*
|
||||
* SRAM scratch space entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue