From: Alexandre Courbot Date: Mon, 28 Mar 2016 09:23:04 +0000 (+0900) Subject: arm64: tegra: Add IOMMU node to GM20B on Tegra210 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30f949bc6682d4912dbc74e7e757c66b3e3a6469;p=linux-beck.git 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 Signed-off-by: Thierry Reding --- diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi index 687d354439ea..d0b426b9aeaf 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi +++ b/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"; };