Skip to content

Commit 9eb2c5f

Browse files
Bartosz Golaszewskigregkh
authored andcommitted
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]>
1 parent b4b8183 commit 9eb2c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ patternProperties:
8181

8282
iommus:
8383
minItems: 1
84-
maxItems: 3
84+
maxItems: 10
8585

8686
qcom,nsessions:
8787
$ref: /schemas/types.yaml#/definitions/uint32

0 commit comments

Comments
 (0)