diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2022-11-19 20:54:47 +0530 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-11-22 16:08:34 -0600 |
commit | c11b537e417723d1279bc267b1089f11e8ec1ca5 (patch) | |
tree | 19c44ace5ed8904450d1a69aafebe4b6392c87b2 /drivers | |
parent | 69460e68eb662064ab4188d4e129ff31c1f23ed9 (diff) | |
download | linux-stable-c11b537e417723d1279bc267b1089f11e8ec1ca5.tar.gz linux-stable-c11b537e417723d1279bc267b1089f11e8ec1ca5.tar.bz2 linux-stable-c11b537e417723d1279bc267b1089f11e8ec1ca5.zip |
soc: ti: k3-socinfo: Add AM62Ax JTAG ID
Add JTAG ID entry to help identify AM62Ax SoC in kernel.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20221119152447.241166-1-vigneshr@ti.com
Diffstat (limited to 'drivers')
-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 |