mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
DRA7: Add support for ES1.1 silicon ID code
ES1.1 silicon is a very minor variant of ES1.0. Add priliminary support for ES1.1 IDCODE change. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
e9b13ce0b6
commit
3ac8c0bf65
6 changed files with 13 additions and 3 deletions
|
@ -642,6 +642,7 @@ static inline u8 is_dra7xx(void)
|
|||
|
||||
/* DRA7XX */
|
||||
#define DRA752_ES1_0 0x07520100
|
||||
#define DRA752_ES1_1 0x07520110
|
||||
|
||||
/*
|
||||
* SRAM scratch space entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue