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

Commit ad09c8c2 authored by Thierry Reding's avatar Thierry Reding
Browse files

soc/tegra: Add Tegra132 support



Add Tegra132 to the matching table for NVIDIA Tegra SoCs.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d770e558
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ static const struct of_device_id tegra_machine_match[] = {
	{ .compatible = "nvidia,tegra30", },
	{ .compatible = "nvidia,tegra114", },
	{ .compatible = "nvidia,tegra124", },
	{ .compatible = "nvidia,tegra132", },
	{ }
};