[PATCH 05/11] misc: sram: Add compatible string for Tegra234 SYSRAM

Thierry Reding thierry.reding at gmail.com
Tue Dec 7 07:52:16 PST 2021


On Fri, Nov 12, 2021 at 01:35:36PM +0100, Thierry Reding wrote:
> From: Mikko Perttunen <mperttunen at nvidia.com>
> 
> We want to use the same behavior as on Tegra186 and Tegra194, so add
> this the compatible string for Tegra234 SYSRAM to the list.
> 
> Signed-off-by: Mikko Perttunen <mperttunen at nvidia.com>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
>  drivers/misc/sram.c | 1 +
>  1 file changed, 1 insertion(+)

Hi Greg,

I forgot to Cc you on the initial submission, not realizing that I had
this one-line driver change mixed into a set of DT bindings and device
tree updates.

Quoting in full. Would you mind if I pick this up into the Tegra tree,
or do you want me to resend this to you for inclusion in your tree?

Thanks,
Thierry

> 
> diff --git a/drivers/misc/sram.c b/drivers/misc/sram.c
> index 4c26b19f5154..f0e7f02605eb 100644
> --- a/drivers/misc/sram.c
> +++ b/drivers/misc/sram.c
> @@ -371,6 +371,7 @@ static const struct of_device_id sram_dt_ids[] = {
>  	{ .compatible = "atmel,sama5d2-securam", .data = &atmel_securam_config },
>  	{ .compatible = "nvidia,tegra186-sysram", .data = &tegra_sysram_config },
>  	{ .compatible = "nvidia,tegra194-sysram", .data = &tegra_sysram_config },
> +	{ .compatible = "nvidia,tegra234-sysram", .data = &tegra_sysram_config },
>  	{}
>  };
>  
> -- 
> 2.33.1
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20211207/9d8fc71d/attachment.sig>


More information about the linux-arm-kernel mailing list