diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-09-09 14:53:58 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-09-09 18:23:30 +0200 |
commit | 6eada2efd4c7c37953386f2995ff1cb65f715d5d (patch) | |
tree | e67882c7b34c7074a8243c8d8e4741c7e8da3c5e | |
parent | dt-bindings: misc: qcom,fastrpc: correct qcom,nsessions name (diff) | |
download | linux-6eada2efd4c7c37953386f2995ff1cb65f715d5d.tar.xz linux-6eada2efd4c7c37953386f2995ff1cb65f715d5d.zip |
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 <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220909125403.803158-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
-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 |