Message ID | 20250603-dt-bindings-mailbox-cleanup-v1-2-724407563997@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
Series | dt-bindings: mailbox: Few cleanups | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dt-meta-schema | success |
On 13:57-20250603, Krzysztof Kozlowski wrote: > 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> > --- > Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml > index eea822861804c259068aa8c4598188db28895518..682ccd76f5c25fc13bb3375007d39e6208cdddc0 100644 > --- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml > +++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml > @@ -36,7 +36,7 @@ properties: > - const: scfg > > reg: > - minItems: 3 > + maxItems: 3 > > interrupt-names: > minItems: 1 > > -- > 2.45.2 > Reviewed-by: Nishanth Menon <nm@ti.com>
On Tue, 03 Jun 2025 13:57:09 +0200, Krzysztof Kozlowski wrote: > 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> > --- > Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml index eea822861804c259068aa8c4598188db28895518..682ccd76f5c25fc13bb3375007d39e6208cdddc0 100644 --- a/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml +++ b/Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml @@ -36,7 +36,7 @@ properties: - const: scfg reg: - minItems: 3 + maxItems: 3 interrupt-names: minItems: 1
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> --- Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)