]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: mailbox: ti,secure-proxy: Add missing reg maxItems
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 3 Jun 2025 11:57:09 +0000 (13:57 +0200)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 6 Aug 2025 17:45:04 +0000 (12:45 -0500)
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>
Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml

index eea822861804c259068aa8c4598188db28895518..682ccd76f5c25fc13bb3375007d39e6208cdddc0 100644 (file)
@@ -36,7 +36,7 @@ properties:
       - const: scfg
 
   reg:
-    minItems: 3
+    maxItems: 3
 
   interrupt-names:
     minItems: 1