Add Tegra210 to the matching table for NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding <treding@nvidia.com>
@@ -16,6 +16,7 @@ static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra132", },
+ { .compatible = "nvidia,tegra210", },
{ }
};