Skip to content

Commit c62bc66

Browse files
r-vigneshnmenon
authored andcommitted
soc: ti: k3-socinfo: Add JTAG ID for AM62LX
Add JTAG ID information for AM62Lx SoC so as to enable SoC detection in kernel. Signed-off-by: Vignesh Raghavendra <[email protected]> Reviewed-by: Bryan Brattlof <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 17bff22 commit c62bc66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/ti/k3-socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#define JTAG_ID_PARTNO_AM62AX 0xBB8D
4444
#define JTAG_ID_PARTNO_AM62PX 0xBB9D
4545
#define JTAG_ID_PARTNO_J722S 0xBBA0
46+
#define JTAG_ID_PARTNO_AM62LX 0xBBA7
4647

4748
static const struct k3_soc_id {
4849
unsigned int id;
@@ -58,6 +59,7 @@ static const struct k3_soc_id {
5859
{ JTAG_ID_PARTNO_AM62AX, "AM62AX" },
5960
{ JTAG_ID_PARTNO_AM62PX, "AM62PX" },
6061
{ JTAG_ID_PARTNO_J722S, "J722S" },
62+
{ JTAG_ID_PARTNO_AM62LX, "AM62LX" },
6163
};
6264

6365
static const char * const j721e_rev_string_map[] = {

0 commit comments

Comments
 (0)