Skip to content

Commit f869e8f

Browse files
krzkJassi Brar
authored andcommitted
dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
Lists should have fixed constraint, so add missing maxItems to the "reg" 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: Nishanth Menon <nm@ti.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent b8fa5e8 commit f869e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
- const: scfg
3737

3838
reg:
39-
minItems: 3
39+
maxItems: 3
4040

4141
interrupt-names:
4242
minItems: 1

0 commit comments

Comments
 (0)