]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dt-bindings: gk20a: Document iommus property
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 28 Mar 2016 09:23:01 +0000 (18:23 +0900)
committerThierry Reding <treding@nvidia.com>
Tue, 26 Apr 2016 16:39:53 +0000 (18:39 +0200)
GK20A can optionally make use of an IOMMU.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt

index 914f0ff4020e9ba36ea5ccc2ff96d80a7095c7a4..1e374833731948b6d6372bafcb1ddcbed54a3855 100644 (file)
@@ -24,6 +24,9 @@ Required properties:
 - reset-names: Must include the following entries:
   - gpu
 
+Optional properties:
+- iommus: A reference to the IOMMU. See ../iommu/iommu.txt for details.
+
 Example:
 
        gpu@0,57000000 {
@@ -39,5 +42,6 @@ Example:
                clock-names = "gpu", "pwr";
                resets = <&tegra_car 184>;
                reset-names = "gpu";
+               iommus = <&mc TEGRA_SWGROUP_GPU>;
                status = "disabled";
        };