Message ID | 20211203120913.14737-1-a-govindraju@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] soc: ti: k3-socinfo: Add entry for J721S2 SoC family | expand |
On 03/12/21 5:39 pm, Aswath Govindraju wrote: > J721S2 SoC's JTAG PARTNO is 0xBB75. > > Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com> > --- > > Changes since v1: > - Added ',' in the last entry too > - Fixed the commit desciption > > drivers/soc/ti/k3-socinfo.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c > index fd91129de6e5..b6b2150aca4e 100644 > --- a/drivers/soc/ti/k3-socinfo.c > +++ b/drivers/soc/ti/k3-socinfo.c > @@ -40,7 +40,8 @@ static const struct k3_soc_id { > { 0xBB5A, "AM65X" }, > { 0xBB64, "J721E" }, > { 0xBB6D, "J7200" }, > - { 0xBB38, "AM64X" } > + { 0xBB38, "AM64X" }, > + { 0xBB75, "J721S2"}, > }; > > static int >
Hi Aswath Govindraju, On Fri, 3 Dec 2021 17:39:13 +0530, Aswath Govindraju wrote: > J721S2 SoC's JTAG PARTNO is 0xBB75. > > I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] soc: ti: k3-socinfo: Add entry for J721S2 SoC family commit: a34ff76a161583d24d29816a6cce85232ea7d9d0 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 fd91129de6e5..b6b2150aca4e 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -40,7 +40,8 @@ static const struct k3_soc_id { { 0xBB5A, "AM65X" }, { 0xBB64, "J721E" }, { 0xBB6D, "J7200" }, - { 0xBB38, "AM64X" } + { 0xBB38, "AM64X" }, + { 0xBB75, "J721S2"}, }; static int
J721S2 SoC's JTAG PARTNO is 0xBB75. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> --- Changes since v1: - Added ',' in the last entry too - Fixed the commit desciption drivers/soc/ti/k3-socinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)