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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Nov 12, 2021 at 01:35:36PM +0100, Thierry Reding wrote:
> From: Mikko Perttunen <mperttunen@xxxxxxxxxx>
> 
> 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@xxxxxxxxxx>
> Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
> ---
>  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
> 

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux