[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <11c818a1-3a35-89f1-476b-14490bc21dd9@ti.com>
Date: Tue, 7 Dec 2021 13:54:57 +0530
From: Kishon Vijay Abraham I <kishon@...com>
To: Aswath Govindraju <a-govindraju@...com>
CC: Vignesh Raghavendra <vigneshr@...com>, Nishanth Menon <nm@...com>,
Santosh Shilimkar <ssantosh@...nel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v2] soc: ti: k3-socinfo: Add entry for J721S2 SoC family
On 03/12/21 5:39 pm, Aswath Govindraju wrote:
> J721S2 SoC's JTAG PARTNO is 0xBB75.
>
> Signed-off-by: Aswath Govindraju <a-govindraju@...com>
Reviewed-by: Kishon Vijay Abraham I <kishon@...com>
> ---
>
> Changes since v1:
> - Added ',' in the last entry too
> - Fixed the commit desciption
>
> drivers/soc/ti/k3-socinfo.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c
> index fd91129de6e5..b6b2150aca4e 100644
> --- a/drivers/soc/ti/k3-socinfo.c
> +++ b/drivers/soc/ti/k3-socinfo.c
> @@ -40,7 +40,8 @@ static const struct k3_soc_id {
> { 0xBB5A, "AM65X" },
> { 0xBB64, "J721E" },
> { 0xBB6D, "J7200" },
> - { 0xBB38, "AM64X" }
> + { 0xBB38, "AM64X" },
> + { 0xBB75, "J721S2"},
> };
>
> static int
>
Powered by blists - more mailing lists