diff options
author | Thierry Reding <treding@nvidia.com> | 2017-12-13 12:58:21 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-12-13 12:58:21 +0100 |
commit | 02b0cc52c0c3c89641276cb1e7abddd35e036923 (patch) | |
tree | 86397ab8d4b03c0b18eacd1049aa1168bb792d07 /drivers/memory/tegra/Makefile | |
parent | Merge branch 'for-4.16/dt-bindings' into for-4.16/memory (diff) | |
download | linux-02b0cc52c0c3c89641276cb1e7abddd35e036923.tar.xz linux-02b0cc52c0c3c89641276cb1e7abddd35e036923.zip |
memory: tegra: Add Tegra186 support
The memory controller found on Tegra186 is different in some respects to
its predecessors. Most notably it no longer implements an SMMU, but does
assign ARM SMMU stream IDs for each memory client instead.
Provide a driver that programs these registers so that memory clients
can translate addresses via the ARM SMMU.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/memory/tegra/Makefile')
-rw-r--r-- | drivers/memory/tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/tegra/Makefile b/drivers/memory/tegra/Makefile index b44e8627a5e0..ce87a9470034 100644 --- a/drivers/memory/tegra/Makefile +++ b/drivers/memory/tegra/Makefile @@ -10,3 +10,4 @@ tegra-mc-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o obj-$(CONFIG_TEGRA_MC) += tegra-mc.o obj-$(CONFIG_TEGRA124_EMC) += tegra124-emc.o +obj-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186.o |