[PATCH 1/3] dt-bindings: misc: qcom,fastrpc: increase the max number of iommus

From: srinivas . kandagatla
Date: Mon Sep 02 2024 - 10:18:44 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

The fastrpc components on the SA8775P SoC can require up to 10 IOMMU
entries. Bump the maxItems.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.25.1