diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-09-09 14:53:58 +0200 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-09-09 11:23:30 -0500 |
commit | 6eada2efd4c7c37953386f2995ff1cb65f715d5d (patch) | |
tree | e67882c7b34c7074a8243c8d8e4741c7e8da3c5e | |
parent | a44b80926be892b41fe2a7e12297b5b29a1c871d (diff) |
dt-bindings: misc: qcom,fastrpc: add compute iommus
The children of FastRPC have either one or two IOMMUs in existing DTS
(SM8150, SM8450 and others).
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index 4b4072b6be1c..809de43afe35 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -70,6 +70,10 @@ patternProperties: reg: maxItems: 1 + iommus: + minItems: 1 + maxItems: 2 + qcom,nsessions: $ref: /schemas/types.yaml#/definitions/uint32 default: 1 |