diff options
author | Thierry Reding <treding@nvidia.com> | 2015-03-23 11:29:25 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-07-16 09:47:59 +0200 |
commit | 3a369982b88e5f162fc48b968ad989529db58401 (patch) | |
tree | 0e45811233f20426d1c2e9084ac68f0219552c0b /drivers | |
parent | ad09c8c23e372182fe1454b3c10bef1c44df5cea (diff) | |
download | linux-3a369982b88e5f162fc48b968ad989529db58401.tar.bz2 |
soc/tegra: Add Tegra210 support
Add Tegra210 to the matching table for NVIDIA Tegra SoCs.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/soc/tegra/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/common.c b/drivers/soc/tegra/common.c index a952986a14b7..cd8f41351add 100644 --- a/drivers/soc/tegra/common.c +++ b/drivers/soc/tegra/common.c @@ -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", }, { } }; |