All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-03 10:53 ` Peter Ujfalusi
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Ujfalusi @ 2020-08-03 10:53 UTC (permalink / raw)
  To: ssantosh, santosh.shilimkar, t-kristo
  Cc: lokeshvutla, nsekhar, linux-arm-kernel, grygorii.strashko,
	linux-kernel, nm

Update K3 chipinfo driver to support new TI J7200 SoC.
It's JTAG PARTNO is 0xBB6D.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@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 af0ba5288e58..bbbc2d2b7091 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -39,6 +39,7 @@ static const struct k3_soc_id {
 } k3_soc_ids[] = {
 	{ 0xBB5A, "AM65X" },
 	{ 0xBB64, "J721E" },
+	{ 0xBB6D, "J7200" },
 };
 
 static int
-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

* [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-03 10:53 ` Peter Ujfalusi
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Ujfalusi @ 2020-08-03 10:53 UTC (permalink / raw)
  To: ssantosh, santosh.shilimkar, t-kristo
  Cc: nm, grygorii.strashko, lokeshvutla, nsekhar, linux-kernel,
	linux-arm-kernel

Update K3 chipinfo driver to support new TI J7200 SoC.
It's JTAG PARTNO is 0xBB6D.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@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 af0ba5288e58..bbbc2d2b7091 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -39,6 +39,7 @@ static const struct k3_soc_id {
 } k3_soc_ids[] = {
 	{ 0xBB5A, "AM65X" },
 	{ 0xBB64, "J721E" },
+	{ 0xBB6D, "J7200" },
 };
 
 static int
-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


_______________________________________________
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] 8+ messages in thread

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
  2020-08-03 10:53 ` Peter Ujfalusi
@ 2020-08-03 14:41   ` Lokesh Vutla
  -1 siblings, 0 replies; 8+ messages in thread
From: Lokesh Vutla @ 2020-08-03 14:41 UTC (permalink / raw)
  To: Peter Ujfalusi, ssantosh, santosh.shilimkar, t-kristo
  Cc: nsekhar, linux-arm-kernel, grygorii.strashko, linux-kernel, nm



On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
> Update K3 chipinfo driver to support new TI J7200 SoC.
> It's JTAG PARTNO is 0xBB6D.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>  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 af0ba5288e58..bbbc2d2b7091 100644
> --- a/drivers/soc/ti/k3-socinfo.c
> +++ b/drivers/soc/ti/k3-socinfo.c
> @@ -39,6 +39,7 @@ static const struct k3_soc_id {
>  } k3_soc_ids[] = {
>  	{ 0xBB5A, "AM65X" },
>  	{ 0xBB64, "J721E" },
> +	{ 0xBB6D, "J7200" },
>  };
>  
>  static int
> 

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

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-03 14:41   ` Lokesh Vutla
  0 siblings, 0 replies; 8+ messages in thread
From: Lokesh Vutla @ 2020-08-03 14:41 UTC (permalink / raw)
  To: Peter Ujfalusi, ssantosh, santosh.shilimkar, t-kristo
  Cc: nm, grygorii.strashko, nsekhar, linux-kernel, linux-arm-kernel



On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
> Update K3 chipinfo driver to support new TI J7200 SoC.
> It's JTAG PARTNO is 0xBB6D.
> 
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>  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 af0ba5288e58..bbbc2d2b7091 100644
> --- a/drivers/soc/ti/k3-socinfo.c
> +++ b/drivers/soc/ti/k3-socinfo.c
> @@ -39,6 +39,7 @@ static const struct k3_soc_id {
>  } k3_soc_ids[] = {
>  	{ 0xBB5A, "AM65X" },
>  	{ 0xBB64, "J721E" },
> +	{ 0xBB6D, "J7200" },
>  };
>  
>  static int
> 

_______________________________________________
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] 8+ messages in thread

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
  2020-08-03 14:41   ` Lokesh Vutla
@ 2020-08-04 21:39     ` Grygorii Strashko
  -1 siblings, 0 replies; 8+ messages in thread
From: Grygorii Strashko @ 2020-08-04 21:39 UTC (permalink / raw)
  To: Lokesh Vutla, Peter Ujfalusi, ssantosh, santosh.shilimkar, t-kristo
  Cc: nsekhar, linux-arm-kernel, linux-kernel, nm

Hi Santosh,

On 03/08/2020 17:41, Lokesh Vutla wrote:
> 
> 
> On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
>> Update K3 chipinfo driver to support new TI J7200 SoC.
>> It's JTAG PARTNO is 0xBB6D.
>>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> 
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> 

Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>



-- 
Best regards,
grygorii

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

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-04 21:39     ` Grygorii Strashko
  0 siblings, 0 replies; 8+ messages in thread
From: Grygorii Strashko @ 2020-08-04 21:39 UTC (permalink / raw)
  To: Lokesh Vutla, Peter Ujfalusi, ssantosh, santosh.shilimkar, t-kristo
  Cc: nm, nsekhar, linux-kernel, linux-arm-kernel

Hi Santosh,

On 03/08/2020 17:41, Lokesh Vutla wrote:
> 
> 
> On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
>> Update K3 chipinfo driver to support new TI J7200 SoC.
>> It's JTAG PARTNO is 0xBB6D.
>>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> 
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
> 

Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>



-- 
Best regards,
grygorii

_______________________________________________
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] 8+ messages in thread

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
  2020-08-04 21:39     ` Grygorii Strashko
@ 2020-08-04 23:21       ` santosh.shilimkar
  -1 siblings, 0 replies; 8+ messages in thread
From: santosh.shilimkar @ 2020-08-04 23:21 UTC (permalink / raw)
  To: Grygorii Strashko, Lokesh Vutla, Peter Ujfalusi, ssantosh, t-kristo
  Cc: nsekhar, linux-arm-kernel, linux-kernel, nm

On 8/4/20 2:39 PM, Grygorii Strashko wrote:
> Hi Santosh,
> 
> On 03/08/2020 17:41, Lokesh Vutla wrote:
>>
>>
>> On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
>>> Update K3 chipinfo driver to support new TI J7200 SoC.
>>> It's JTAG PARTNO is 0xBB6D.
>>>
>>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
>>
> 
> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
> 
Thanks for reviews. Will add it to the queue.

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

* Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
@ 2020-08-04 23:21       ` santosh.shilimkar
  0 siblings, 0 replies; 8+ messages in thread
From: santosh.shilimkar @ 2020-08-04 23:21 UTC (permalink / raw)
  To: Grygorii Strashko, Lokesh Vutla, Peter Ujfalusi, ssantosh, t-kristo
  Cc: nm, nsekhar, linux-kernel, linux-arm-kernel

On 8/4/20 2:39 PM, Grygorii Strashko wrote:
> Hi Santosh,
> 
> On 03/08/2020 17:41, Lokesh Vutla wrote:
>>
>>
>> On 03/08/20 4:23 pm, Peter Ujfalusi wrote:
>>> Update K3 chipinfo driver to support new TI J7200 SoC.
>>> It's JTAG PARTNO is 0xBB6D.
>>>
>>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
>>
> 
> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
> 
Thanks for reviews. Will add it to the queue.

_______________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2020-08-04 23:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 10:53 [PATCH] soc: ti: k3-socinfo: Add entry for J7200 Peter Ujfalusi
2020-08-03 10:53 ` Peter Ujfalusi
2020-08-03 14:41 ` Lokesh Vutla
2020-08-03 14:41   ` Lokesh Vutla
2020-08-04 21:39   ` Grygorii Strashko
2020-08-04 21:39     ` Grygorii Strashko
2020-08-04 23:21     ` santosh.shilimkar
2020-08-04 23:21       ` santosh.shilimkar

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.