Skip to content

Commit b966d2d

Browse files
committed
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: Thierry Reding <treding@nvidia.com>
1 parent bb84a31 commit b966d2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra186.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,8 @@
11521152
stream-match-mask = <0x7f80>;
11531153
#global-interrupts = <1>;
11541154
#iommu-cells = <1>;
1155+
1156+
nvidia,memory-controller = <&mc>;
11551157
};
11561158

11571159
host1x@13e00000 {

0 commit comments

Comments
 (0)