Re: [PATCH] soc/tegra: fuse: use platform info with soc revision

From: Arnd Bergmann
Date: Wed Nov 09 2022 - 02:37:12 EST


On Wed, Nov 9, 2022, at 07:17, Kartik wrote:
> Tegra pre-silicon platforms does not have chip revisions. This makes
> "revision" soc attribute obsolete on these platforms.
>
> Populate "revision" soc attribute with "platform name + chip revision"
> for Silicon. For pre-silicon platforms populate it with "platform name"
> instead.
>
> Signed-off-by: Kartik <kkartik@xxxxxxxxxx>

This looks like a good way of handling the pre-silicon identification,
I like it.

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>