]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: tegra: Disable ISO SMMU for Tegra194
authorJon Hunter <jonathanh@nvidia.com>
Thu, 13 Jan 2022 14:31:52 +0000 (14:31 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 27 Jan 2022 17:35:39 +0000 (18:35 +0100)
Commit e762232f9466 ("arm64: tegra: Add ISO SMMU controller for Tegra194")
added the ISO SMMU for display devices on Tegra194. The SMMU is enabled by
default but not hooked up to the display controllers yet because we do not
have a way to pass frame-buffer memory from the bootloader to the kernel.
However, even though the SMMU is not hooked up to the display controllers'
SMMU faults are being seen if a display is connected. Therefore, keep the
ISO SMMU disabled by default for now.

Fixes: e762232f9466 ("arm64: tegra: Add ISO SMMU controller for Tegra194")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index 3c4acfca459d16e1b8420b8d6b055d19e14adcfd..6005e422c968113bd2436168afee426a09c35a5a 100644 (file)
                        #iommu-cells = <1>;
 
                        nvidia,memory-controller = <&mc>;
-                       status = "okay";
+                       status = "disabled";
                };
 
                smmu: iommu@12000000 {