Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365401 > unrolled thread

[PATCH v3 2/5] dt-bindings: gk20a: Document iommus property

Started byAlexandre Courbot <acourbot@nvidia.com>
First post2016-03-28 11:30 +0200
Last post2016-03-28 11:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 2/5] dt-bindings: gk20a: Document iommus property Alexandre Courbot <acourbot@nvidia.com> - 2016-03-28 11:30 +0200

#1365401 — [PATCH v3 2/5] dt-bindings: gk20a: Document iommus property

FromAlexandre Courbot <acourbot@nvidia.com>
Date2016-03-28 11:30 +0200
Subject[PATCH v3 2/5] dt-bindings: gk20a: Document iommus property
Message-ID<rhBEK-4UD-15@gated-at.bofh.it>
GK20A can optionally make use of an IOMMU.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/gpu/nvidia,gk20a.txt | 4 ++++
 1 file changed, 4 insertions(+)

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:
 - 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";
 	};
-- 
2.7.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web