All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
@ 2021-11-19 13:15 ` Aswath Govindraju
  0 siblings, 0 replies; 4+ messages in thread
From: Aswath Govindraju @ 2021-11-19 13:15 UTC (permalink / raw)
  Cc: Nishanth Menon, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Aswath Govindraju, Santosh Shilimkar, linux-kernel,
	linux-arm-kernel

It's JTAG PARTNO is 0xBB75.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 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..83e5a40824f1 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
@ 2021-11-19 13:15 ` Aswath Govindraju
  0 siblings, 0 replies; 4+ messages in thread
From: Aswath Govindraju @ 2021-11-19 13:15 UTC (permalink / raw)
  Cc: Nishanth Menon, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Aswath Govindraju, Santosh Shilimkar, linux-kernel,
	linux-arm-kernel

It's JTAG PARTNO is 0xBB75.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 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..83e5a40824f1 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
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
  2021-11-19 13:15 ` Aswath Govindraju
@ 2021-12-03 11:35   ` Kishon Vijay Abraham I
  -1 siblings, 0 replies; 4+ messages in thread
From: Kishon Vijay Abraham I @ 2021-12-03 11:35 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Nishanth Menon, Vignesh Raghavendra, Santosh Shilimkar,
	linux-kernel, linux-arm-kernel

Hi Aswath,

On 19/11/21 6:45 pm, Aswath Govindraju wrote:
> It's JTAG PARTNO is 0xBB75.

%s/It's/J721S2 SoC/
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
>  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..83e5a40824f1 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"}

Prefer to add ',' in the end so the change is confined to one line for every new
SoC family.

Thanks,
Kishon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
@ 2021-12-03 11:35   ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 4+ messages in thread
From: Kishon Vijay Abraham I @ 2021-12-03 11:35 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Nishanth Menon, Vignesh Raghavendra, Santosh Shilimkar,
	linux-kernel, linux-arm-kernel

Hi Aswath,

On 19/11/21 6:45 pm, Aswath Govindraju wrote:
> It's JTAG PARTNO is 0xBB75.

%s/It's/J721S2 SoC/
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
>  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..83e5a40824f1 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"}

Prefer to add ',' in the end so the change is confined to one line for every new
SoC family.

Thanks,
Kishon

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-03 11:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 13:15 [PATCH] soc: ti: k3-socinfo: Add entry for J721S2 SoC family Aswath Govindraju
2021-11-19 13:15 ` Aswath Govindraju
2021-12-03 11:35 ` Kishon Vijay Abraham I
2021-12-03 11:35   ` Kishon Vijay Abraham I

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.