aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci/pci-iommu.txt
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@nxp.com>2016-12-15 18:16:13 -0600
committerRob Herring <robh@kernel.org>2017-01-09 10:19:15 -0600
commit5bb61d14b98bbdd515603604c9167db06f1f2eb2 (patch)
tree6a4498a818d35978b698e8307d1cb4ad49c97ede /Documentation/devicetree/bindings/pci/pci-iommu.txt
parentDocumentation: ehci-omap: remove the unnecessary newline (diff)
downloadlinux-dev-5bb61d14b98bbdd515603604c9167db06f1f2eb2.tar.xz
linux-dev-5bb61d14b98bbdd515603604c9167db06f1f2eb2.zip
Docs: dt: Be explicit and consistent in reference to IOMMU specifiers
The generic IOMMU binding says that the meaning of an 'IOMMU specifier' is defined by the binding of a specific SMMU. The ARM SMMU binding never explicitly uses the term 'specifier' at all. Update implicit references to use the explicit term. In the iommu-map binding change references to iommu-specifier to "IOMMU specifier" so we are 100% consistent everywhere with terminology and capitalization. Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/pci-iommu.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/pci-iommu.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci-iommu.txt b/Documentation/devicetree/bindings/pci/pci-iommu.txt
index 56c829621b9a..0def586fdcdf 100644
--- a/Documentation/devicetree/bindings/pci/pci-iommu.txt
+++ b/Documentation/devicetree/bindings/pci/pci-iommu.txt
@@ -32,17 +32,17 @@ PCI root complex
Optional properties
-------------------
-- iommu-map: Maps a Requester ID to an IOMMU and associated iommu-specifier
+- iommu-map: Maps a Requester ID to an IOMMU and associated IOMMU specifier
data.
The property is an arbitrary number of tuples of
(rid-base,iommu,iommu-base,length).
Any RID r in the interval [rid-base, rid-base + length) is associated with
- the listed IOMMU, with the iommu-specifier (r - rid-base + iommu-base).
+ the listed IOMMU, with the IOMMU specifier (r - rid-base + iommu-base).
- iommu-map-mask: A mask to be applied to each Requester ID prior to being
- mapped to an iommu-specifier per the iommu-map property.
+ mapped to an IOMMU specifier per the iommu-map property.
Example (1)