Commit ad09c8c2 authored by Thierry Reding's avatar Thierry Reding

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
...@@ -15,6 +15,7 @@ static const struct of_device_id tegra_machine_match[] = { ...@@ -15,6 +15,7 @@ static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra30", }, { .compatible = "nvidia,tegra30", },
{ .compatible = "nvidia,tegra114", }, { .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", }, { .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra132", },
{ } { }
}; };
......
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