Skip to content

Commit

Permalink
arm64: tegra: Add IOMMU node to GM20B on Tegra210
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Courbot authored and Thierry Reding committed Apr 26, 2016
1 parent 4a0778e commit 30f949b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/nvidia/tegra210.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@
clock-names = "gpu", "pwr", "ref";
resets = <&tegra_car 184>;
reset-names = "gpu";

iommus = <&mc TEGRA_SWGROUP_GPU>;

status = "disabled";
};

Expand Down

0 comments on commit 30f949b

Please sign in to comment.