summaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra/mc.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-03-23 10:45:12 +0100
committerThierry Reding <treding@nvidia.com>2015-08-13 16:07:52 +0200
commit588c43a7bd5a53ae523b318e1db16bdd59963a3c (patch)
treedc439e2c4d666bd06588cd9ff7e96960da129cd9 /drivers/memory/tegra/mc.c
parent3c01cf3befa66cc21f06672685cf59a53056887a (diff)
downloadop-kernel-dev-588c43a7bd5a53ae523b318e1db16bdd59963a3c.zip
op-kernel-dev-588c43a7bd5a53ae523b318e1db16bdd59963a3c.tar.gz
memory: tegra: Add Tegra210 support
Add the table of memory clients and SWGROUPs for Tegra210 to enable SMMU support for this new SoC. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/memory/tegra/mc.c')
-rw-r--r--drivers/memory/tegra/mc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/memory/tegra/mc.c b/drivers/memory/tegra/mc.c
index 5d10c92..a1ae0cc 100644
--- a/drivers/memory/tegra/mc.c
+++ b/drivers/memory/tegra/mc.c
@@ -66,6 +66,9 @@ static const struct of_device_id tegra_mc_of_match[] = {
#ifdef CONFIG_ARCH_TEGRA_132_SOC
{ .compatible = "nvidia,tegra132-mc", .data = &tegra132_mc_soc },
#endif
+#ifdef CONFIG_ARCH_TEGRA_210_SOC
+ { .compatible = "nvidia,tegra210-mc", .data = &tegra210_mc_soc },
+#endif
{ }
};
MODULE_DEVICE_TABLE(of, tegra_mc_of_match);
OpenPOWER on IntegriCloud