Re: [PATCH 2/5] dt-bindings: ata: drop minItems equal to maxItems

2022-08-29 Thread Rob Herring
On Thu, 25 Aug 2022 14:33:31 +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/ata/brcm,sata-brcm.yaml | 1 - > .../d

Re: [PATCH 2/5] dt-bindings: ata: drop minItems equal to maxItems

2022-08-25 Thread Damien Le Moal
On 8/25/22 20:33, 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 Acked-by: Damien Le Moal > --- > Documentation/devicetree/bindings/ata/brcm,sata-brcm.yaml | 1

Re: [PATCH 2/5] dt-bindings: ata: 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:31PM +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 > --- >