soc: ti: k3-socinfo: Add entry for J784S4 SOC

Message ID 20230313065025.185320-1-j-choudhary@ti.com
State New
Headers
Series soc: ti: k3-socinfo: Add entry for J784S4 SOC |

Commit Message

Jayesh Choudhary March 13, 2023, 6:50 a.m. UTC
  J784S4 SoC's JTAG PARTNO is 0xBB80.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 drivers/soc/ti/k3-socinfo.c | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Nishanth Menon March 13, 2023, 4:19 p.m. UTC | #1
On 12:20-20230313, Jayesh Choudhary wrote:
> J784S4 SoC's JTAG PARTNO is 0xBB80.
> 
> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>

^^ is that Co-developed-by ?

> Signed-off-by: Jayesh Choudhary <j-choudhary@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 d15764e19d96..ad97e08a25f6 100644
> --- a/drivers/soc/ti/k3-socinfo.c
> +++ b/drivers/soc/ti/k3-socinfo.c
> @@ -43,6 +43,7 @@ static const struct k3_soc_id {
>  	{ 0xBB38, "AM64X" },
>  	{ 0xBB75, "J721S2"},
>  	{ 0xBB7E, "AM62X" },
> +	{ 0xBB80, "J784S4" },
>  	{ 0xBB8D, "AM62AX" },
>  };
>  
> -- 
> 2.25.1
>
  
Jayesh Choudhary March 14, 2023, 9:05 a.m. UTC | #2
On 13/03/23 21:49, Nishanth Menon wrote:
> On 12:20-20230313, Jayesh Choudhary wrote:
>> J784S4 SoC's JTAG PARTNO is 0xBB80.
>>
>> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
> 
> ^^ is that Co-developed-by ?

The authorship is incorrect. I have fixed it in v2.

> 
>> Signed-off-by: Jayesh Choudhary <j-choudhary@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 d15764e19d96..ad97e08a25f6 100644
>> --- a/drivers/soc/ti/k3-socinfo.c
>> +++ b/drivers/soc/ti/k3-socinfo.c
>> @@ -43,6 +43,7 @@ static const struct k3_soc_id {
>>   	{ 0xBB38, "AM64X" },
>>   	{ 0xBB75, "J721S2"},
>>   	{ 0xBB7E, "AM62X" },
>> +	{ 0xBB80, "J784S4" },
>>   	{ 0xBB8D, "AM62AX" },
>>   };
>>   
>> -- 
>> 2.25.1
>>
>
  

Patch

diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
index d15764e19d96..ad97e08a25f6 100644
--- a/drivers/soc/ti/k3-socinfo.c
+++ b/drivers/soc/ti/k3-socinfo.c
@@ -43,6 +43,7 @@  static const struct k3_soc_id {
 	{ 0xBB38, "AM64X" },
 	{ 0xBB75, "J721S2"},
 	{ 0xBB7E, "AM62X" },
+	{ 0xBB80, "J784S4" },
 	{ 0xBB8D, "AM62AX" },
 };