All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: ti: k3-socinfo: Add entry for J784S4 SOC
@ 2023-03-13  6:50 ` Jayesh Choudhary
  0 siblings, 0 replies; 5+ messages in thread
From: Jayesh Choudhary @ 2023-03-13  6:50 UTC (permalink / raw)
  To: nm, ssantosh; +Cc: s-vadapalli, linux-kernel, linux-arm-kernel, j-choudhary

J784S4 SoC's JTAG PARTNO is 0xBB80.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 drivers/soc/ti/k3-socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index d15764e19d96..ad97e08a25f6 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -43,6 +43,7 @@ static const struct k3_soc_id {
 	{ 0xBB38, "AM64X" },
 	{ 0xBB75, "J721S2"},
 	{ 0xBB7E, "AM62X" },
+	{ 0xBB80, "J784S4" },
 	{ 0xBB8D, "AM62AX" },
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-14  9:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13  6:50 [PATCH] soc: ti: k3-socinfo: Add entry for J784S4 SOC Jayesh Choudhary
2023-03-13  6:50 ` Jayesh Choudhary
2023-03-13 16:19 ` Nishanth Menon
2023-03-13 16:19   ` Nishanth Menon
2023-03-14  9:05   ` Jayesh Choudhary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.