ARM: tegra: Register host1x node with IOMMU binding on Tegra124
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 9 Jul 2017 16:36:14 +0000 (19:36 +0300)
committerThierry Reding <treding@nvidia.com>
Mon, 31 Jul 2017 14:42:57 +0000 (16:42 +0200)
This registers the host1x node with the SMMU (as HC swgroup) to allow
the host1x code to attach to it. It avoid failing the probe sequence,
which resulted in the Tegra DRM driver not probing and thus nothing
being displayed on-screen.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124.dtsi

index 1b10b14a6abdff8af2442412c87738c0eca85d27..8baf00b89efb98d1693505aa3a8251f1e0a10ac8 100644 (file)
@@ -87,6 +87,7 @@
                clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
                resets = <&tegra_car 28>;
                reset-names = "host1x";
+               iommus = <&mc TEGRA_SWGROUP_HC>;
 
                #address-cells = <2>;
                #size-cells = <2>;