diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-08-25 13:33:32 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-31 00:07:08 +0200 |
commit | 4bafca831386bd3b4b059f583b471670c19acf6a (patch) | |
tree | 00ea188035dff6af695b6a28eb770b57a11b67dc /Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml | |
parent | dt-bindings: clock: gpio-gate-clock: Convert to json-schema (diff) | |
download | linux-4bafca831386bd3b4b059f583b471670c19acf6a.tar.xz linux-4bafca831386bd3b4b059f583b471670c19acf6a.zip |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml b/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml index 9248bfc16d48..d5296e6053a1 100644 --- a/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml +++ b/Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml @@ -34,7 +34,6 @@ properties: const: 1 clock-output-names: - minItems: 3 maxItems: 3 description: Names for AP, CP and BT clocks. |