projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bff22
)
soc: ti: k3-socinfo: Add JTAG ID for AM62LX
author
Vignesh Raghavendra
<vigneshr@ti.com>
Thu, 17 Apr 2025 08:49:03 +0000
(14:19 +0530)
committer
Nishanth Menon
<nm@ti.com>
Mon, 21 Apr 2025 12:51:18 +0000
(07:51 -0500)
Add JTAG ID information for AM62Lx SoC so as to enable SoC detection in
kernel.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link:
https://lore.kernel.org/r/20250417084904.2869369-1-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
drivers/soc/ti/k3-socinfo.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/ti/k3-socinfo.c
b/drivers/soc/ti/k3-socinfo.c
index 704039eb3c07844f91cd60282cad7831f3c8cfe8..d716be113c84f1b87a2547f9292a5a7138c00f3f 100644
(file)
--- a/
drivers/soc/ti/k3-socinfo.c
+++ b/
drivers/soc/ti/k3-socinfo.c
@@
-43,6
+43,7
@@
#define JTAG_ID_PARTNO_AM62AX 0xBB8D
#define JTAG_ID_PARTNO_AM62PX 0xBB9D
#define JTAG_ID_PARTNO_J722S 0xBBA0
+#define JTAG_ID_PARTNO_AM62LX 0xBBA7
static const struct k3_soc_id {
unsigned int id;
@@
-58,6
+59,7
@@
static const struct k3_soc_id {
{ JTAG_ID_PARTNO_AM62AX, "AM62AX" },
{ JTAG_ID_PARTNO_AM62PX, "AM62PX" },
{ JTAG_ID_PARTNO_J722S, "J722S" },
+ { JTAG_ID_PARTNO_AM62LX, "AM62LX" },
};
static const char * const j721e_rev_string_map[] = {