mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
soc: ti: k3-socinfo: Add support for J721E SR2.0
Add support for identifying J721E SR2.0 Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
9dfc2532e2
commit
6b8df6055a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static const char *get_family_string(u32 idreg)
|
|||
}
|
||||
|
||||
static char *j721e_rev_string_map[] = {
|
||||
"1.0", "1.1",
|
||||
"1.0", "1.1", "2.0",
|
||||
};
|
||||
|
||||
static char *typical_rev_string_map[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue