soc: ti: k3-socinfo: Add entry for J784S4 SOC
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Tue, 14 Mar 2023 08:55:00 +0000 (14:25 +0530)
committerNishanth Menon <nm@ti.com>
Mon, 20 Mar 2023 17:36:42 +0000 (12:36 -0500)
J784S4 SoC's JTAG ID is 0xBB80.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Link: https://lore.kernel.org/r/20230314085500.10597-1-j-choudhary@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/k3-socinfo.c

index d15764e19d968c6eba8dab9f7a4e1155c86c02e8..ad97e08a25f6924816391ee657a4cb5c408c4ba4 100644 (file)
@@ -43,6 +43,7 @@ static const struct k3_soc_id {
        { 0xBB38, "AM64X" },
        { 0xBB75, "J721S2"},
        { 0xBB7E, "AM62X" },
+       { 0xBB80, "J784S4" },
        { 0xBB8D, "AM62AX" },
 };