1
0
Fork 0

soc/tegra: Add Tegra210 support

Add Tegra210 to the matching table for NVIDIA Tegra SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
steinar/wifi_calib_4_9_kernel
Thierry Reding 2015-03-23 11:29:25 +01:00
parent ad09c8c23e
commit 3a369982b8
1 changed files with 1 additions and 0 deletions

View File

@ -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", },
{ }
};