[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f13b8e17-308f-fdf2-885e-318710d4d836@ti.com>
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