[PATCH] soc: ti: k3-socinfo: Add JTAG ID for AM62LX

Vignesh Raghavendra posted 1 patch 8 months ago
drivers/soc/ti/k3-socinfo.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] soc: ti: k3-socinfo: Add JTAG ID for AM62LX
Posted by Vignesh Raghavendra 8 months ago
Add JTAG ID information for AM62Lx SoC so as to enable SoC detection in
kernel.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 drivers/soc/ti/k3-socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index 704039eb3c07..d716be113c84 100644
--- 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[] = {
-- 
2.49.0
Re: [PATCH] soc: ti: k3-socinfo: Add JTAG ID for AM62LX
Posted by Nishanth Menon 8 months ago
Hi Vignesh Raghavendra,

On Thu, 17 Apr 2025 14:19:03 +0530, Vignesh Raghavendra wrote:
> Add JTAG ID information for AM62Lx SoC so as to enable SoC detection in
> kernel.
> 
> 

I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!

[1/1] soc: ti: k3-socinfo: Add JTAG ID for AM62LX
      commit: c62bc66d53de9a61154224f99c1b4ca68ed57208

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
Re: [PATCH] soc: ti: k3-socinfo: Add JTAG ID for AM62LX
Posted by Bryan Brattlof 8 months ago
On April 17, 2025 thus sayeth Vignesh Raghavendra:
> Add JTAG ID information for AM62Lx SoC so as to enable SoC detection in
> kernel.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> ---
>  drivers/soc/ti/k3-socinfo.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Bryan Brattlof <bb@ti.com>

~Bryan