diff options
| author | Andreas Herrmann <andreas.herrmann@calxeda.com> | 2014-01-30 15:17:52 -0500 |
|---|---|---|
| committer | Will Deacon <will.deacon@arm.com> | 2014-02-24 14:09:45 -0500 |
| commit | 0c9d70d72453036195682e64efce77872e9f268b (patch) | |
| tree | 3b40b2b895f7d16d458ccfc498416e249118d07e | |
| parent | 3a5df8ff35a28bfc0a3662a5906af2c98d4807d8 (diff) | |
documentation/iommu: update description of ARM System MMU binding
This patch adds descriptions for new properties of the device tree
binding for the ARM SMMU architecture. These properties control
arm-smmu driver options.
Cc: Grant Likely <grant.likely@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Herrmann <andreas.herrmann@calxeda.com>
[will: removed device isolation property, as this has been dropped and
fixed up spacing in documentation]
Signed-off-by: Will Deacon <will.deacon@arm.com>
| -rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt index e34c6cdd8ba8..f284b99402bc 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt | |||
| @@ -48,6 +48,12 @@ conditions. | |||
| 48 | from the mmu-masters towards memory) node for this | 48 | from the mmu-masters towards memory) node for this |
| 49 | SMMU. | 49 | SMMU. |
| 50 | 50 | ||
| 51 | - calxeda,smmu-secure-config-access : Enable proper handling of buggy | ||
| 52 | implementations that always use secure access to | ||
| 53 | SMMU configuration registers. In this case non-secure | ||
| 54 | aliases of secure registers have to be used during | ||
| 55 | SMMU configuration. | ||
| 56 | |||
| 51 | Example: | 57 | Example: |
| 52 | 58 | ||
| 53 | smmu { | 59 | smmu { |
