Skip to content

Commit 950d566

Browse files
okiasrobherring
authored andcommitted
dt-bindings: net: qcom,ipa: IPA does support up to two iommus
Fix warnings as: arch/arm/boot/dts/qcom-sdx55-mtp.dt.yaml: ipa@1e40000: iommus: [[21, 1504, 0], [21, 1506, 0]] is too long From schema: Documentation/devicetree/bindings/net/qcom,ipa.yaml Signed-off-by: David Heidelberg <[email protected]> Reviewed-by: Alex Elder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent fb2293f commit 950d566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/net/qcom,ipa.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ properties:
6464
- const: gsi
6565

6666
iommus:
67-
maxItems: 1
67+
minItems: 1
68+
maxItems: 2
6869

6970
clocks:
7071
maxItems: 1

0 commit comments

Comments
 (0)