linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-03 10:53 Peter Ujfalusi
  2020-08-03 14:41 ` Lokesh Vutla
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Ujfalusi @ 2020-08-03 10:53 UTC (permalink / raw)
  To: ssantosh, santosh.shilimkar, t-kristo
  Cc: lokeshvutla, nsekhar, linux-arm-kernel, grygorii.strashko,
	linux-kernel, nm

Update K3 chipinfo driver to support new TI J7200 SoC.
It's JTAG PARTNO is 0xBB6D.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@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 af0ba5288e58..bbbc2d2b7091 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -39,6 +39,7 @@ static const struct k3_soc_id {
 } k3_soc_ids[] = {
 	{ 0xBB5A, "AM65X" },
 	{ 0xBB64, "J721E" },
+	{ 0xBB6D, "J7200" },
 };
 
 static int
-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2020-08-04 23:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 10:53 [PATCH] soc: ti: k3-socinfo: Add entry for J7200 Peter Ujfalusi
2020-08-03 14:41 ` Lokesh Vutla
2020-08-04 21:39   ` Grygorii Strashko
2020-08-04 23:21     ` santosh.shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).