We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bff22 commit c62bc66Copy full SHA for c62bc66
drivers/soc/ti/k3-socinfo.c
@@ -43,6 +43,7 @@
43
#define JTAG_ID_PARTNO_AM62AX 0xBB8D
44
#define JTAG_ID_PARTNO_AM62PX 0xBB9D
45
#define JTAG_ID_PARTNO_J722S 0xBBA0
46
+#define JTAG_ID_PARTNO_AM62LX 0xBBA7
47
48
static const struct k3_soc_id {
49
unsigned int id;
@@ -58,6 +59,7 @@ static const struct k3_soc_id {
58
59
{ JTAG_ID_PARTNO_AM62AX, "AM62AX" },
60
{ JTAG_ID_PARTNO_AM62PX, "AM62PX" },
61
{ JTAG_ID_PARTNO_J722S, "J722S" },
62
+ { JTAG_ID_PARTNO_AM62LX, "AM62LX" },
63
};
64
65
static const char * const j721e_rev_string_map[] = {
0 commit comments