Commit 4bafca83 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Stephen Boyd

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220825113334.196908-3-krzysztof.kozlowski@linaro.orgReviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 450c787c
...@@ -23,7 +23,6 @@ properties: ...@@ -23,7 +23,6 @@ properties:
clocks: clocks:
description: description:
Common clock binding for CLK_IN, XTI/REF_CLK Common clock binding for CLK_IN, XTI/REF_CLK
minItems: 2
maxItems: 2 maxItems: 2
clock-names: clock-names:
......
...@@ -47,7 +47,6 @@ properties: ...@@ -47,7 +47,6 @@ properties:
maxItems: 1 maxItems: 1
clocks: clocks:
minItems: 4
maxItems: 4 maxItems: 4
clock-names: clock-names:
...@@ -64,7 +63,6 @@ properties: ...@@ -64,7 +63,6 @@ properties:
maxItems: 1 maxItems: 1
resets: resets:
minItems: 2
maxItems: 2 maxItems: 2
reset-names: reset-names:
......
...@@ -34,7 +34,6 @@ properties: ...@@ -34,7 +34,6 @@ properties:
const: 1 const: 1
clock-output-names: clock-output-names:
minItems: 3
maxItems: 3 maxItems: 3
description: Names for AP, CP and BT clocks. description: Names for AP, CP and BT clocks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment