From 3a369982b88e5f162fc48b968ad989529db58401 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 23 Mar 2015 11:29:25 +0100 Subject: soc/tegra: Add Tegra210 support Add Tegra210 to the matching table for NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding --- drivers/soc/tegra/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/soc/tegra') 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", }, { } }; -- cgit v1.2.3