Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: drop minItems equal to maxItems

minItems, if missing, are implicitly equal to maxItems, so drop
redundant piece to reduce size of code.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220825113334.196908-3-krzysztof.kozlowski@linaro.org
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Stephen Boyd
4bafca83 450c787c

-4
-1
Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml
··· 23 23 clocks: 24 24 description: 25 25 Common clock binding for CLK_IN, XTI/REF_CLK 26 - minItems: 2 27 26 maxItems: 2 28 27 29 28 clock-names:
-2
Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.yaml
··· 47 47 maxItems: 1 48 48 49 49 clocks: 50 - minItems: 4 51 50 maxItems: 4 52 51 53 52 clock-names: ··· 63 64 maxItems: 1 64 65 65 66 resets: 66 - minItems: 2 67 67 maxItems: 2 68 68 69 69 reset-names:
-1
Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
··· 34 34 const: 1 35 35 36 36 clock-output-names: 37 - minItems: 3 38 37 maxItems: 3 39 38 description: Names for AP, CP and BT clocks. 40 39