diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2023-08-11 20:01:27 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-08-12 00:01:09 +0300 |
commit | 443012dd31e5939cb53bc9c5713d32d87321b0d8 (patch) | |
tree | 2691f2bf95cf56cc365c75f3fb01a7b85a672cd2 /drivers | |
parent | f9dbb99748bab004663e349498c24edbb2368f70 (diff) | |
download | linux-443012dd31e5939cb53bc9c5713d32d87321b0d8.tar.xz |
soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX
This adds JTAG ID info for the AM62PX so as to enable SoC detection in
kernel.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>
Link: https://lore.kernel.org/r/20230811170127.250733-1-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@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 ad97e08a25f6..6ea9b8c7d335 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -45,6 +45,7 @@ static const struct k3_soc_id { { 0xBB7E, "AM62X" }, { 0xBB80, "J784S4" }, { 0xBB8D, "AM62AX" }, + { 0xBB9D, "AM62PX" }, }; static int |