[RESEND PATCH] 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 --- 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[] = {

On 16:45-20240715, Neha Malcom Francis wrote:
Add support for identifying J721E SR2.0
Signed-off-by: Neha Malcom Francis n-francis@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
Reviewed-by: Nishanth Menon nm@ti.com
participants (3)
-
Neha Malcom Francis
-
Nishanth Menon
-
Tom Rini