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 <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent b8fa5e8 commit f869e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)