From: Siddharth Vadapalli Date: Tue, 14 Mar 2023 08:55:00 +0000 (+0530) Subject: soc: ti: k3-socinfo: Add entry for J784S4 SOC X-Git-Tag: v6.4-rc1~170^2~8^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00e34c94987e4fe866f12ad8eac17268c936880c;p=thirdparty%2Fkernel%2Flinux.git soc: ti: k3-socinfo: Add entry for J784S4 SOC J784S4 SoC's JTAG ID is 0xBB80. Signed-off-by: Siddharth Vadapalli Signed-off-by: Jayesh Choudhary Link: https://lore.kernel.org/r/20230314085500.10597-1-j-choudhary@ti.com Signed-off-by: Nishanth Menon --- diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index d15764e19d968..ad97e08a25f69 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" }, };