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
; linux-cry...@vger.kernel.org; dri- >de...@lists.freedesktop.org; linux-arm-...@vger.kernel.org; >freedr...@lists.freedesktop.org; linux-te...@vger.kernel.org >Cc: Krzysztof Kozlowski >Subject: [PATCH 3/5] dt-bindings: clock: drop minItems equal to maxItems > >minItems, if missing, are implicitly e

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 > --- >

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

2022-08-25 Thread Krzysztof Kozlowski
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 - .../devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.yaml | 2 -- Documentat