[PATCH] soc: ti: k3-socinfo: Add J721E SR2.0

From: Neha Malcom Francis
Date: Mon Jun 24 2024 - 02:52:31 EST


Add support to detect J721E SR2.0

Signed-off-by: Neha Malcom Francis <n-francis@xxxxxx>
---
drivers/soc/ti/k3-socinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index 59101bf7cf23..4fb0f0a24828 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -61,7 +61,7 @@ static const struct k3_soc_id {
};

static const char * const j721e_rev_string_map[] = {
- "1.0", "1.1",
+ "1.0", "1.1", "2.0",
};

static int
--
2.34.1