summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPatrick Daly <pdaly@codeaurora.org>2016-03-16 18:48:02 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-25 16:04:11 -0700
commit33c174483b5b7f4db8e58c66b966d812971abf8e (patch)
treed072a5e17e1a892afa5423c32cb76e7c82c56d8f /Documentation
parent2cf0c8e08a5a6742f1750c14a35b89f0f7176c03 (diff)
Revert "iommu/arm-smmu: add DT option to avoid enabling translations on attach"
This reverts commit 5642406b6c3e ("iommu/arm-smmu: add DT option to avoid enabling translations on attach") This device tree option is obsolete. Remove it. Change-Id: I6fc2e3127295b9b597acc21ef5d6b1f78519de68 Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/iommu/arm,smmu.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.txt b/Documentation/devicetree/bindings/iommu/arm,smmu.txt
index c970f8788127..d00a5c1ce502 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.txt
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.txt
@@ -92,18 +92,6 @@ conditions.
Thulium v1. You *must* also set qcom,tz-device-id for
this to work.
-- qcom,no-mmu-enable : When attaching to this SMMU, program everything as
- usual (stream matching table, etc) but leave the SCTLR.M
- bit disabled, so that the SMMU doesn't actually perform
- translations. This is needed in cases where the stream
- matching table needs to be set up without turning on SMMU
- translations (for example, when nested translations are
- used with a hypervisor controlling stage-2). This mode of
- operation is described in the ARM SMMU spec as "stage 1
- and stage 2 contexts are valid, but the SMMU is not
- enabled for stage 1 translation" (Section 2.1: "Overview
- of SMMU operation").
-
- qcom,no-smr-check : Usually when an SMMU probes we do a sanity check on
the SMR registers to make sure they can fully support all
of the mask bits. This check can cause problems for use