linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>, <ssantosh@kernel.org>,
	<santosh.shilimkar@oracle.com>, <t-kristo@ti.com>
Cc: <nsekhar@ti.com>, <linux-arm-kernel@lists.infradead.org>,
	<grygorii.strashko@ti.com>, <linux-kernel@vger.kernel.org>,
	<nm@ti.com>
Subject: Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200
Date: Mon, 3 Aug 2020 20:11:26 +0530	[thread overview]
Message-ID: <f13b8e17-308f-fdf2-885e-318710d4d836@ti.com> (raw)
In-Reply-To: <20200803105359.16744-1-peter.ujfalusi@ti.com>



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
> 

  reply	other threads:[~2020-08-03 14:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-03 10:53 [PATCH] soc: ti: k3-socinfo: Add entry for J7200 Peter Ujfalusi
2020-08-03 14:41 ` Lokesh Vutla [this message]
2020-08-04 21:39   ` Grygorii Strashko
2020-08-04 23:21     ` santosh.shilimkar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f13b8e17-308f-fdf2-885e-318710d4d836@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=grygorii.strashko@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=santosh.shilimkar@oracle.com \
    --cc=ssantosh@kernel.org \
    --cc=t-kristo@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).