Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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", },
	{ }
};