]> asedeno.scripts.mit.edu Git - linux.git/commit
dt-bindings: memory: Add Tegra186 support
authorThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 11:53:43 +0000 (12:53 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 11:53:43 +0000 (12:53 +0100)
commit029ab5eaf091ce5eaa1f3017f66fd1d10f431d61
tree0796fd5e58f51c658b08790f0769131b167fc54a
parentf580fd3f9d78cf0425ab98950796c578d8a82167
dt-bindings: memory: Add Tegra186 support

As opposed to earlier incarnations, the memory controller on Tegra186 no
longer implements an SMMU. Instead the SMMU is a regular ARM SMMU and in
a separate IP block.

However, the memory controller programs the SMMU stream IDs for each of
the memory clients. Add a header file with definitions for each of these
stream IDs and mark the #iommu-cells property as required on Tegra30 to
Tegra210 in the device tree bindings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra30-mc.txt
include/dt-bindings/memory/tegra186-mc.h [new file with mode: 0644]