[PATCH 11/23] iommu/tegra: smmu: Add of_mach_id for T114
Hiroshi Doyu
hdoyu at nvidia.com
Wed Jun 26 05:28:14 EDT 2013
Add of_mach_id for T114
Signed-off-by: Hiroshi Doyu <hdoyu at nvidia.com>
---
drivers/iommu/tegra-smmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c
index 4c16c90..3e03c69 100644
--- a/drivers/iommu/tegra-smmu.c
+++ b/drivers/iommu/tegra-smmu.c
@@ -1262,6 +1262,7 @@ const struct dev_pm_ops tegra_smmu_pm_ops = {
};
static struct of_device_id tegra_smmu_of_match[] = {
+ { .compatible = "nvidia,tegra114-smmu", },
{ .compatible = "nvidia,tegra30-smmu", },
{ },
};
--
1.8.1.5
More information about the linux-arm-kernel
mailing list