Re: [PATCH 3/5] dt-bindings: clock: drop minItems equal to maxItems

2022-08-30 Thread Stephen Boyd
Quoting Krzysztof Kozlowski (2022-08-25 04:33:32) > minItems, if missing, are implicitly equal to maxItems, so drop > redundant piece to reduce size of code. > > Signed-off-by: Krzysztof Kozlowski > --- Applied to clk-next

Re: [PATCH 3/5] dt-bindings: clock: drop minItems equal to maxItems

2022-08-29 Thread Rob Herring
On Thu, 25 Aug 2022 14:33:32 +0300, Krzysztof Kozlowski wrote: > minItems, if missing, are implicitly equal to maxItems, so drop > redundant piece to reduce size of code. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/clock/cirrus,cs2000-cp.yaml | 1 - > .../d

RE: [PATCH 3/5] dt-bindings: clock: drop minItems equal to maxItems

2022-08-25 Thread Alim Akhtar
>-Original Message- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlow...@linaro.org] >Sent: Thursday, August 25, 2022 5:04 PM >To: Rob Herring ; Krzysztof Kozlowski >; Kunihiko Hayashi >; Masami Hiramatsu >; Damien Le Moal >; Michael Turquette >; Stephen Boyd ; Geert >Uytterhoeven ; Sy

Re: [PATCH 3/5] dt-bindings: clock: drop minItems equal to maxItems

2022-08-25 Thread Laurent Pinchart
Hi Krzysztof, Thank you for the patch. On Thu, Aug 25, 2022 at 02:33:32PM +0300, Krzysztof Kozlowski wrote: > minItems, if missing, are implicitly equal to maxItems, so drop > redundant piece to reduce size of code. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart > --- >