Skip to content

Commit 2925fc1

Browse files
cyndisgregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent eec9169 commit 2925fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/sram.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ static const struct of_device_id sram_dt_ids[] = {
371371
{ .compatible = "atmel,sama5d2-securam", .data = &atmel_securam_config },
372372
{ .compatible = "nvidia,tegra186-sysram", .data = &tegra_sysram_config },
373373
{ .compatible = "nvidia,tegra194-sysram", .data = &tegra_sysram_config },
374+
{ .compatible = "nvidia,tegra234-sysram", .data = &tegra_sysram_config },
374375
{}
375376
};
376377

0 commit comments

Comments
 (0)