Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: sram: Add compatible string for Tegra234 SYSRAM

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@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20211208140541.520238-1-thierry.reding@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mikko Perttunen and committed by
Greg Kroah-Hartman
2925fc1c eec91694

+1
+1
drivers/misc/sram.c
··· 371 371 { .compatible = "atmel,sama5d2-securam", .data = &atmel_securam_config }, 372 372 { .compatible = "nvidia,tegra186-sysram", .data = &tegra_sysram_config }, 373 373 { .compatible = "nvidia,tegra194-sysram", .data = &tegra_sysram_config }, 374 + { .compatible = "nvidia,tegra234-sysram", .data = &tegra_sysram_config }, 374 375 {} 375 376 }; 376 377