[PATCH] soc: tegra: Add Tegra132 SoC to the DT list of Tegra SoCs
Paul Walmsley
paul at pwsan.com
Fri Jan 16 03:39:13 PST 2015
Add "nvidia,tegra132" as a compatible string that denotes a Tegra SoC.
Signed-off-by: Paul Walmsley <paul at pwsan.com>
Cc: Paul Walmsley <pwalmsley at nvidia.com>
Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Thierry Reding <thierry.reding at gmail.com>
Cc: Alexandre Courbot <gnurou at gmail.com>
---
drivers/soc/tegra/common.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/tegra/common.c b/drivers/soc/tegra/common.c
index a71cb74..a952986 100644
--- a/drivers/soc/tegra/common.c
+++ b/drivers/soc/tegra/common.c
@@ -15,6 +15,7 @@ static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra30", },
{ .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", },
+ { .compatible = "nvidia,tegra132", },
{ }
};
--
2.0.0.GIT
More information about the linux-arm-kernel
mailing list