diff options
author | Olof Johansson <olof@lixom.net> | 2015-08-20 18:50:17 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-08-20 18:50:17 -0700 |
commit | 21815b9a24c6e6d3488703609561bd2892d3d9f3 (patch) | |
tree | 25da6f09711154e2fdd1844fe7dded4236e72458 /drivers/iommu | |
parent | 420f2629fa041ed92f7e687b3bc8020d80b209bb (diff) | |
parent | 588c43a7bd5a53ae523b318e1db16bdd59963a3c (diff) | |
download | linux-21815b9a24c6e6d3488703609561bd2892d3d9f3.tar.bz2 |
Merge tag 'tegra-for-4.3-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
ARM: tegra: Memory controller updates for v4.3-rc1
Adds support for Tegra210, which allows the SMMU to be used on this new
SoC generation.
* tag 'tegra-for-4.3-memory' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
memory: tegra: Add Tegra210 support
memory: tegra: Add support for a variable-size client ID bitfield
memory: tegra: Expose supported rates via debugfs
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index f1fb1d3ccc56..f491aec95160 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -222,7 +222,7 @@ config TEGRA_IOMMU_SMMU select IOMMU_API help This driver supports the IOMMU hardware (SMMU) found on NVIDIA Tegra - SoCs (Tegra30 up to Tegra132). + SoCs (Tegra30 up to Tegra210). config EXYNOS_IOMMU bool "Exynos IOMMU Support" |