Message ID | 20230415095112.51257-3-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | f0d6e92ebb06ca9a360683e69932d09bfc70f551 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [1/6] dt-bindings: watchdog: drop duplicated GPIO watchdog bindings | expand |
On Sat, 15 Apr 2023 11:51:09 +0200, Krzysztof Kozlowski wrote: > There is no need to specify minItems when they are equal to maxItems, > because it is implied by maxItems. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/watchdog/arm,sp805.yaml | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/watchdog/arm,sp805.yaml b/Documentation/devicetree/bindings/watchdog/arm,sp805.yaml index a69cac8ec208..7aea255b301b 100644 --- a/Documentation/devicetree/bindings/watchdog/arm,sp805.yaml +++ b/Documentation/devicetree/bindings/watchdog/arm,sp805.yaml @@ -43,7 +43,6 @@ properties: Clocks driving the watchdog timer hardware. The first clock is used for the actual watchdog counter. The second clock drives the register interface. - minItems: 2 maxItems: 2 clock-names:
There is no need to specify minItems when they are equal to maxItems, because it is implied by maxItems. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/watchdog/arm,sp805.yaml | 1 - 1 file changed, 1 deletion(-)