projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfc253
)
soc: ti: k3-socinfo: Add support for J721E SR2.0
author
Neha Malcom Francis
<n-francis@ti.com>
Mon, 15 Jul 2024 11:15:50 +0000
(16:45 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000
(16:48 -0600)
Add support for identifying J721E SR2.0
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
drivers/soc/soc_ti_k3.c
patch
|
blob
|
history
diff --git
a/drivers/soc/soc_ti_k3.c
b/drivers/soc/soc_ti_k3.c
index f948914d2187416c114802cb08f6b526f77608ca..a3acca4d394273aad53efd3eee200ecdda50c31b 100644
(file)
--- a/
drivers/soc/soc_ti_k3.c
+++ b/
drivers/soc/soc_ti_k3.c
@@
-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[] = {