Browse Source

arm64: tegra: Add IOMMU node to GM20B on Tegra210

The operating system driver can take advantage of the IOMMU to remove
the need for physically contiguous memory buffers.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Alexandre Courbot 9 years ago
parent
commit
30f949bc66
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/arm64/boot/dts/nvidia/tegra210.dtsi

+ 3 - 0
arch/arm64/boot/dts/nvidia/tegra210.dtsi

@@ -231,6 +231,9 @@
 		clock-names = "gpu", "pwr", "ref";
 		resets = <&tegra_car 184>;
 		reset-names = "gpu";
+
+		iommus = <&mc TEGRA_SWGROUP_GPU>;
+
 		status = "disabled";
 	};