mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: DRA72x: Add support for detection of DRA71x SR 2.1
DRA71x processors are reduced pin and software compatible derivative of DRA72 processors. Add support for detection of SR2.1 version of DRA71x family of processors. Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
f926837504
commit
ba39608147
6 changed files with 12 additions and 0 deletions
|
@ -776,6 +776,7 @@ static inline u8 is_dra76x(void)
|
|||
#define DRA752_ES2_0 0x07520200
|
||||
#define DRA722_ES1_0 0x07220100
|
||||
#define DRA722_ES2_0 0x07220200
|
||||
#define DRA722_ES2_1 0x07220210
|
||||
|
||||
/*
|
||||
* silicon device type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue