2020-08-03 10:54:11

by Peter Ujfalusi

[permalink] [raw]
Subject: [PATCH] soc: ti: k3-socinfo: Add entry for J7200

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

Signed-off-by: Peter Ujfalusi <[email protected]>
---
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


2020-08-03 14:45:41

by Lokesh Vutla

[permalink] [raw]
Subject: Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200



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 <[email protected]>

Reviewed-by: Lokesh Vutla <[email protected]>

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
>

2020-08-04 21:40:44

by Grygorii Strashko

[permalink] [raw]
Subject: Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200

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 <[email protected]>
>
> Reviewed-by: Lokesh Vutla <[email protected]>
>

Reviewed-by: Grygorii Strashko <[email protected]>



--
Best regards,
grygorii

2020-08-04 23:22:44

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200

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 <[email protected]>
>>
>> Reviewed-by: Lokesh Vutla <[email protected]>
>>
>
> Reviewed-by: Grygorii Strashko <[email protected]>
>
Thanks for reviews. Will add it to the queue.