[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240624065205.718449-1-n-francis@ti.com>
Date: Mon, 24 Jun 2024 12:22:05 +0530
From: Neha Malcom Francis <n-francis@...com>
To: <nm@...com>, <ssantosh@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<u-kumar1@...com>, <n-francis@...com>
Subject: [PATCH] soc: ti: k3-socinfo: Add J721E SR2.0
Add support to detect J721E SR2.0
Signed-off-by: Neha Malcom Francis <n-francis@...com>
---
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
Powered by blists - more mailing lists