From c826deebe2158e2b74f6057b028d00357cff38f0 Mon Sep 17 00:00:00 2001 From: Jayesh Choudhary Date: Wed, 12 Jun 2024 14:41:12 +0530 Subject: soc: add info to identify the J722S SoC family Include the part number for TI's j722s family of SoC to identify it during boot. Signed-off-by: Vaishnav Achath Signed-off-by: Jayesh Choudhary --- drivers/soc/soc_ti_k3.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers') diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c index 0838808515f..f948914d218 100644 --- a/drivers/soc/soc_ti_k3.c +++ b/drivers/soc/soc_ti_k3.c @@ -47,6 +47,9 @@ static const char *get_family_string(u32 idreg) case JTAG_ID_PARTNO_J721S2: family = "J721S2"; break; + case JTAG_ID_PARTNO_J722S: + family = "J722S"; + break; case JTAG_ID_PARTNO_J784S4: family = "J784S4"; break; -- cgit v1.2.3