[RESEND PATCH] soc: ti: k3-socinfo: Add support for J721E SR2.0
Neha Malcom Francis
n-francis at ti.com
Mon Jul 15 13:15:50 CEST 2024
Add support for identifying J721E SR2.0
Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
---
Resending as it was not sent to the mailing-list earlier, sorry for the
spam.
Boot logs:
https://gist.github.com/nehamalcom/e5c3884961c3eb70464321aa4bfbcf78
drivers/soc/soc_ti_k3.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c
index f948914d218..a3acca4d394 100644
--- 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[] = {
--
2.34.1
More information about the U-Boot
mailing list