提交 2c85e517 编写于 作者: P Paul Kocialkowski 提交者: Thierry Reding

ARM: tegra: Register host1x node with IOMMU binding on Tegra124

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: NPaul Kocialkowski <contact@paulk.fr>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 5771a8c0
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
clocks = <&tegra_car TEGRA124_CLK_HOST1X>; clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
resets = <&tegra_car 28>; resets = <&tegra_car 28>;
reset-names = "host1x"; reset-names = "host1x";
iommus = <&mc TEGRA_SWGROUP_HC>;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册