2022-11-24 18:30:33

by Srinivas Kandagatla

[permalink] [raw]
Subject: [PATCH 02/11] dt-bindings: misc: qcom,fastrpc: increase allowed iommus entries

From: Abel Vesa <[email protected]>

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