diff options
author | Bartosz Golaszewski <[email protected]> | 2024-09-02 15:18:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-03 12:11:05 +0200 |
commit | 9eb2c5faaafce10a9143c397ff63218f1c2115e5 (patch) | |
tree | 1ba7fb80d05a563b05e1638d98243ffa22fa8ccd | |
parent | b4b8183055789b0d981e83217ce401db8037d033 (diff) |
dt-bindings: misc: qcom,fastrpc: increase the max number of iommus
The fastrpc components on the SA8775P SoC can require up to 10 IOMMU
entries. Bump the maxItems.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Reviewed-by: Dmitry Baryshkov <[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 c27a8f33d8d7..f52931c0035a 100644 --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml @@ -81,7 +81,7 @@ patternProperties: iommus: minItems: 1 - maxItems: 3 + maxItems: 10 qcom,nsessions: $ref: /schemas/types.yaml#/definitions/uint32 |