Commit b966d2db authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Hook up memory controller to SMMU on Tegra186

On Tegra186 and later, the memory controller needs to be programmed in
coordination with any of the ARM SMMU instances to configure the stream
ID used for each memory client.

To support this, add a phandle reference to the memory controller to the
SMMU device tree node.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent bb84a31b
......@@ -1152,6 +1152,8 @@ smmu: iommu@12000000 {
stream-match-mask = <0x7f80>;
#global-interrupts = <1>;
#iommu-cells = <1>;
nvidia,memory-controller = <&mc>;
};
host1x@13e00000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment