hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
....@@ -35,6 +35,7 @@
3535 - resets : Must contain an entry for each entry in reset-names.
3636 - reset-names : Must include the following entries:
3737 - mc
38
+- iommus: Must contain phandle to the IOMMU device node.
3839
3940 Example:
4041
....@@ -59,4 +60,5 @@
5960 clocks = <&tegra_car TEGRA20_CLK_VDE>;
6061 reset-names = "vde", "mc";
6162 resets = <&tegra_car 61>, <&mc TEGRA20_MC_RESET_VDE>;
63
+ iommus = <&mc TEGRA_SWGROUP_VDE>;
6264 };