Skip to content

Commit 443012d

Browse files
r-vigneshnmenon
authored andcommitted
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>
1 parent f9dbb99 commit 443012d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/ti/k3-socinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static const struct k3_soc_id {
4545
{ 0xBB7E, "AM62X" },
4646
{ 0xBB80, "J784S4" },
4747
{ 0xBB8D, "AM62AX" },
48+
{ 0xBB9D, "AM62PX" },
4849
};
4950

5051
static int

0 commit comments

Comments
 (0)