Commit 3a369982 authored by Thierry Reding's avatar Thierry Reding

soc/tegra: Add Tegra210 support

Add Tegra210 to the matching table for NVIDIA Tegra SoCs.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ad09c8c2
...@@ -16,6 +16,7 @@ static const struct of_device_id tegra_machine_match[] = { ...@@ -16,6 +16,7 @@ static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra114", }, { .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", }, { .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra132", }, { .compatible = "nvidia,tegra132", },
{ .compatible = "nvidia,tegra210", },
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment