diff options
author | Vignesh Raghavendra <[email protected]> | 2022-11-19 20:54:47 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-11-22 16:08:34 -0600 |
commit | c11b537e417723d1279bc267b1089f11e8ec1ca5 (patch) | |
tree | 19c44ace5ed8904450d1a69aafebe4b6392c87b2 | |
parent | 69460e68eb662064ab4188d4e129ff31c1f23ed9 (diff) |
soc: ti: k3-socinfo: Add AM62Ax JTAG ID
Add JTAG ID entry to help identify AM62Ax SoC in kernel.
Signed-off-by: Vignesh Raghavendra <[email protected]>
Reviewed-by: Bryan Brattlof <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[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 91f441ee6175..d15764e19d96 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" }, + { 0xBB8D, "AM62AX" }, }; static int |