Skip to content

Commit b8fa5e8

Browse files
krzkJassi Brar
authored andcommitted
dt-bindings: mailbox: amlogic,meson-gxbb-mhu: Add missing interrupts maxItems
Lists should have fixed constraint, so add missing maxItems to the "interrupts" property. Since minItems=maxItems, the minItems is implied by dtschema so can be dropped. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent 9bdaf9a commit b8fa5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/mailbox/amlogic,meson-gxbb-mhu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ properties:
2727
maxItems: 1
2828

2929
interrupts:
30-
minItems: 3
30+
maxItems: 3
3131
description:
3232
Contains the interrupt information corresponding to each of the 3 links
3333
of MHU.

0 commit comments

Comments
 (0)