We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec9169 commit 2925fc1Copy full SHA for 2925fc1
drivers/misc/sram.c
@@ -371,6 +371,7 @@ static const struct of_device_id sram_dt_ids[] = {
371
{ .compatible = "atmel,sama5d2-securam", .data = &atmel_securam_config },
372
{ .compatible = "nvidia,tegra186-sysram", .data = &tegra_sysram_config },
373
{ .compatible = "nvidia,tegra194-sysram", .data = &tegra_sysram_config },
374
+ { .compatible = "nvidia,tegra234-sysram", .data = &tegra_sysram_config },
375
{}
376
};
377
0 commit comments