diff options
author | Siddharth Vadapalli <[email protected]> | 2023-03-14 14:25:00 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2023-03-20 12:36:42 -0500 |
commit | 00e34c94987e4fe866f12ad8eac17268c936880c (patch) | |
tree | 3a821d1c147e618a31930f0503865ce607c010fd | |
parent | 82e46bf71780940a5e060fcb02397ecf7f55e768 (diff) |
soc: ti: k3-socinfo: Add entry for J784S4 SOC
J784S4 SoC's JTAG ID is 0xBB80.
Signed-off-by: Siddharth Vadapalli <[email protected]>
Signed-off-by: Jayesh Choudhary <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
-rw-r--r-- | drivers/soc/ti/k3-socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index d15764e19d96..ad97e08a25f6 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" }, }; |