aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt b/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt
index 914f0ff4020e..1e3748337319 100644
--- a/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt
+++ b/Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt
@@ -24,6 +24,9 @@ Required properties:
24- reset-names: Must include the following entries: 24- reset-names: Must include the following entries:
25 - gpu 25 - gpu
26 26
27Optional properties:
28- iommus: A reference to the IOMMU. See ../iommu/iommu.txt for details.
29
27Example: 30Example:
28 31
29 gpu@0,57000000 { 32 gpu@0,57000000 {
@@ -39,5 +42,6 @@ Example:
39 clock-names = "gpu", "pwr"; 42 clock-names = "gpu", "pwr";
40 resets = <&tegra_car 184>; 43 resets = <&tegra_car 184>;
41 reset-names = "gpu"; 44 reset-names = "gpu";
45 iommus = <&mc TEGRA_SWGROUP_GPU>;
42 status = "disabled"; 46 status = "disabled";
43 }; 47 };