lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 3 Aug 2020 20:11:26 +0530
From:   Lokesh Vutla <lokeshvutla@...com>
To:     Peter Ujfalusi <peter.ujfalusi@...com>, <ssantosh@...nel.org>,
        <santosh.shilimkar@...cle.com>, <t-kristo@...com>
CC:     <nsekhar@...com>, <linux-arm-kernel@...ts.infradead.org>,
        <grygorii.strashko@...com>, <linux-kernel@...r.kernel.org>,
        <nm@...com>
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 <peter.ujfalusi@...com>

Reviewed-by: Lokesh Vutla <lokeshvutla@...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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ