summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/common.c
diff options
context:
space:
mode:
authorThierry Reding2015-03-23 11:29:25 +0100
committerThierry Reding2015-07-16 09:47:59 +0200
commit3a369982b88e5f162fc48b968ad989529db58401 (patch)
tree0e45811233f20426d1c2e9084ac68f0219552c0b /drivers/soc/tegra/common.c
parentsoc/tegra: Add Tegra132 support (diff)
downloadkernel-qcow2-linux-3a369982b88e5f162fc48b968ad989529db58401.tar.gz
kernel-qcow2-linux-3a369982b88e5f162fc48b968ad989529db58401.tar.xz
kernel-qcow2-linux-3a369982b88e5f162fc48b968ad989529db58401.zip
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/soc/tegra/common.c')
-rw-r--r--drivers/soc/tegra/common.c1
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", },
{ }
};