forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 };