* [PATCH] soc/tegra: Add Tegra Soc Version support
@ 2020-06-26 10:29 Sandipan Patra
[not found] ` <1593167369-25901-1-git-send-email-spatra-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Sandipan Patra @ 2020-06-26 10:29 UTC (permalink / raw)
To: treding-DDmLM1+adcrQT0dZR+AlfA, jonathanh-DDmLM1+adcrQT0dZR+AlfA
Cc: bbasu-DDmLM1+adcrQT0dZR+AlfA, kyarlagadda-DDmLM1+adcrQT0dZR+AlfA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sandipan Patra
Add the chip IDs for NVIDIA Tegra186, Tegra194 and Tegra234
SoC family.
Signed-off-by: Sandipan Patra <spatra-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
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
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1593167369-25901-1-git-send-email-spatra-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH] soc/tegra: Add Tegra Soc Version support [not found] ` <1593167369-25901-1-git-send-email-spatra-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2020-06-26 10:50 ` Mikko Perttunen [not found] ` <64d65736-62c2-de17-5657-389475fff6e2-/1wQRMveznE@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Mikko Perttunen @ 2020-06-26 10:50 UTC (permalink / raw) To: Sandipan Patra, treding-DDmLM1+adcrQT0dZR+AlfA, jonathanh-DDmLM1+adcrQT0dZR+AlfA Cc: bbasu-DDmLM1+adcrQT0dZR+AlfA, kyarlagadda-DDmLM1+adcrQT0dZR+AlfA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA 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-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > 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"? thanks, Mikko ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <64d65736-62c2-de17-5657-389475fff6e2-/1wQRMveznE@public.gmane.org>]
* RE: [PATCH] soc/tegra: Add Tegra Soc Version support [not found] ` <64d65736-62c2-de17-5657-389475fff6e2-/1wQRMveznE@public.gmane.org> @ 2020-06-26 10:58 ` Sandipan Patra 0 siblings, 0 replies; 3+ messages in thread From: Sandipan Patra @ 2020-06-26 10:58 UTC (permalink / raw) To: Mikko Perttunen, Thierry Reding, Jonathan Hunter Cc: Bibek Basu, Krishna Yarlagadda, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > -----Original Message----- > From: Mikko Perttunen <cyndis@kapsi.fi> > Sent: Friday, June 26, 2020 4:20 PM > To: Sandipan Patra <spatra@nvidia.com>; Thierry Reding > <treding@nvidia.com>; Jonathan Hunter <jonathanh@nvidia.com> > Cc: Bibek Basu <bbasu@nvidia.com>; Krishna Yarlagadda > <kyarlagadda@nvidia.com>; linux-tegra@vger.kernel.org; linux- > kernel@vger.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@nvidia.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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-26 10:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-26 10:29 [PATCH] soc/tegra: Add Tegra Soc Version support Sandipan Patra
[not found] ` <1593167369-25901-1-git-send-email-spatra-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2020-06-26 10:50 ` Mikko Perttunen
[not found] ` <64d65736-62c2-de17-5657-389475fff6e2-/1wQRMveznE@public.gmane.org>
2020-06-26 10:58 ` Sandipan Patra
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox