Message ID | 20221119152447.241166-1-vigneshr@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: ti: k3-socinfo: Add AM62Ax JTAG ID | expand |
On November 19, 2022 thus sayeth Vignesh Raghavendra: > Add JTAG ID entry to help identify AM62Ax SoC in kernel. > > Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> > --- > drivers/soc/ti/k3-socinfo.c | 1 + > 1 file changed, 1 insertion(+) > Looks great to me! Reviewed-by: Bryan Brattlof <bb@ti.com> It's nice to see this list getting longer :) ~Bryan
Hi Vignesh Raghavendra, On Sat, 19 Nov 2022 20:54:47 +0530, Vignesh Raghavendra wrote: > Add JTAG ID entry to help identify AM62Ax SoC in kernel. > > I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] soc: ti: k3-socinfo: Add AM62Ax JTAG ID commit: 14c7137ac750d034580a38edbaf807064ae64699 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] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index 91f441ee6175..d15764e19d96 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -43,6 +43,7 @@ static const struct k3_soc_id { { 0xBB38, "AM64X" }, { 0xBB75, "J721S2"}, { 0xBB7E, "AM62X" }, + { 0xBB8D, "AM62AX" }, }; static int
Add JTAG ID entry to help identify AM62Ax SoC in kernel. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> --- drivers/soc/ti/k3-socinfo.c | 1 + 1 file changed, 1 insertion(+)