Message ID | 20230811170127.250733-1-vigneshr@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: ti: k3-socinfo.c: Add JTAG ID for AM62PX | expand |
On 8/11/2023 12:01 PM, Vignesh Raghavendra wrote: > This adds JTAG ID info for the AM62PX so as to enable SoC detection in > kernel. > > Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> > --- > drivers/soc/ti/k3-socinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c > index ad97e08a25f6..6ea9b8c7d335 100644 > --- a/drivers/soc/ti/k3-socinfo.c > +++ b/drivers/soc/ti/k3-socinfo.c > @@ -45,6 +45,7 @@ static const struct k3_soc_id { > { 0xBB7E, "AM62X" }, > { 0xBB80, "J784S4" }, > { 0xBB8D, "AM62AX" }, > + { 0xBB9D, "AM62PX" }, > }; > > static int
Hi Vignesh Raghavendra, On Fri, 11 Aug 2023 22:31:27 +0530, Vignesh Raghavendra wrote: > This adds JTAG ID info for the AM62PX 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.c: Add JTAG ID for AM62PX commit: 443012dd31e5939cb53bc9c5713d32d87321b0d8 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
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index ad97e08a25f6..6ea9b8c7d335 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -45,6 +45,7 @@ static const struct k3_soc_id { { 0xBB7E, "AM62X" }, { 0xBB80, "J784S4" }, { 0xBB8D, "AM62AX" }, + { 0xBB9D, "AM62PX" }, }; static int
This adds JTAG ID info for the AM62PX so as to enable SoC detection in kernel. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> --- drivers/soc/ti/k3-socinfo.c | 1 + 1 file changed, 1 insertion(+)