diff options
author | Abel Vesa <[email protected]> | 2022-11-25 07:13:56 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-25 18:45:33 +0100 |
commit | 70aa0a5551f6a752f3a071529fffde903f1a2637 (patch) | |
tree | beb77e5dd7d96f09d714e1c6f58be6276f68e0b9 | |
parent | 56d784d1778c1d33e0803fdd00a59c2bb13989fb (diff) |
dt-bindings: misc: qcom,fastrpc: increase allowed iommus entries
The fastrpc components on the SM8550 SoC can require up to 3 IOMMU
entries, this bumps the maxItems to 3 for this purpose.
Signed-off-by: Abel Vesa <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml index d7576f8ac94b..1ab9588cdd89 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -79,7 +79,7 @@ patternProperties: iommus: minItems: 1 - maxItems: 2 + maxItems: 3 qcom,nsessions: $ref: /schemas/types.yaml#/definitions/uint32 |