[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211119131510.14350-1-a-govindraju@ti.com>
Date: Fri, 19 Nov 2021 18:45:10 +0530
From: Aswath Govindraju <a-govindraju@...com>
To: unlisted-recipients:; (no To-header on input)
CC: Nishanth Menon <nm@...com>, Vignesh Raghavendra <vigneshr@...com>,
Kishon Vijay Abraham I <kishon@...com>,
Aswath Govindraju <a-govindraju@...com>,
Santosh Shilimkar <ssantosh@...nel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
It's JTAG PARTNO is 0xBB75.
Signed-off-by: Aswath Govindraju <a-govindraju@...com>
---
drivers/soc/ti/k3-socinfo.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index fd91129de6e5..83e5a40824f1 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -40,7 +40,8 @@ static const struct k3_soc_id {
{ 0xBB5A, "AM65X" },
{ 0xBB64, "J721E" },
{ 0xBB6D, "J7200" },
- { 0xBB38, "AM64X" }
+ { 0xBB38, "AM64X" },
+ { 0xBB75, "J721S2"}
};
static int
--
2.17.1
Powered by blists - more mailing lists