[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BYAPR12MB3014E02C6146B87221E7923FAD930@BYAPR12MB3014.namprd12.prod.outlook.com>
Date: Fri, 26 Jun 2020 10:58:31 +0000
From: Sandipan Patra <spatra@...dia.com>
To: Mikko Perttunen <cyndis@...si.fi>,
Thierry Reding <treding@...dia.com>,
Jonathan Hunter <jonathanh@...dia.com>
CC: Bibek Basu <bbasu@...dia.com>,
Krishna Yarlagadda <kyarlagadda@...dia.com>,
"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH] soc/tegra: Add Tegra Soc Version support
> -----Original Message-----
> From: Mikko Perttunen <cyndis@...si.fi>
> Sent: Friday, June 26, 2020 4:20 PM
> To: Sandipan Patra <spatra@...dia.com>; Thierry Reding
> <treding@...dia.com>; Jonathan Hunter <jonathanh@...dia.com>
> Cc: Bibek Basu <bbasu@...dia.com>; Krishna Yarlagadda
> <kyarlagadda@...dia.com>; linux-tegra@...r.kernel.org; linux-
> kernel@...r.kernel.org
> Subject: Re: [PATCH] soc/tegra: Add Tegra Soc Version support
>
> External email: Use caution opening links or attachments
>
>
> On 6/26/20 1:29 PM, Sandipan Patra wrote:
> > Add the chip IDs for NVIDIA Tegra186, Tegra194 and Tegra234 SoC
> > family.
>
> families
>
> >
> > Signed-off-by: Sandipan Patra <spatra@...dia.com>
> > ---
> > include/soc/tegra/fuse.h | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index
> > 252ea20..4a5236b 100644
> > --- a/include/soc/tegra/fuse.h
> > +++ b/include/soc/tegra/fuse.h
> > @@ -1,6 +1,6 @@
> > /* SPDX-License-Identifier: GPL-2.0-only */
> > /*
> > - * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
> > + * Copyright (c) 2012-2020, NVIDIA CORPORATION. All rights reserved.
> > */
> >
> > #ifndef __SOC_TEGRA_FUSE_H__
> > @@ -12,6 +12,9 @@
> > #define TEGRA124 0x40
> > #define TEGRA132 0x13
> > #define TEGRA210 0x21
> > +#define TEGRA186 0x18
> > +#define TEGRA194 0x19
> > +#define TEGRA234 0x23
> >
> > #define TEGRA_FUSE_SKU_CALIB_0 0xf0
> > #define TEGRA30_FUSE_SATA_CALIB 0x124
> >
>
> Also, can you make the commit message something like "soc/tegra: Add defines
> for Tegra186+ chip IDs"?
Ok, will place this exactly.
Thanks & Regards,
Sandipan
>
> thanks,
> Mikko
Powered by blists - more mailing lists