soc: Add information to identify the J742S2 SoC family
authorManorit Chawdhry <m-chawdhry@ti.com>
Mon, 17 Mar 2025 04:54:23 +0000 (10:24 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:37:46 +0000 (11:37 -0600)
commit201b08702e3de90ba8465b34ab2445cb2fd72de7
tree2a53c5c4a810859405fa05e6bddbd4a824ecd8d1
parent61b6b2fcc9c4513f8d9243e02bd872c6ab94a305
soc: Add information to identify the J742S2 SoC family

J742S2 has the same part number as J784S4 but JTAG_DEVICE_ID has a
PKG bit that tells about J742S2.

Add support for reading JTAG_DEVICE_ID and set family as J742S2 based
on that.

Link: https://www.ti.com/lit/pdf/spruje3
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
arch/arm/mach-k3/include/mach/hardware.h
drivers/soc/soc_ti_k3.c