diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2023-06-22 11:27:37 +0200 |
---|---|---|
committer | Will Deacon <[email protected]> | 2023-08-09 12:43:05 +0100 |
commit | e4c2450ae063415f2a504faa6d666b2d338b753e (patch) | |
tree | 8882e915558281d511810280d95e2107fe22a9b5 | |
parent | 6eaae198076080886b9e7d57f4ae06fa782f90ef (diff) |
dt-bindings: iommu: qcom,iommu: Add qcom,ctx-asid property
Add a new "qcom,ctx-asid" property to force an ASID number on IOMMU
contexts where required.
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iommu/qcom,iommu.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml b/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml index d9fabdf930d9..f7a64ad8a005 100644 --- a/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml +++ b/Documentation/devicetree/bindings/iommu/qcom,iommu.yaml @@ -71,6 +71,11 @@ patternProperties: reg: maxItems: 1 + qcom,ctx-asid: + $ref: /schemas/types.yaml#/definitions/uint32 + description: + The ASID number associated to the context bank. + required: - compatible - interrupts |