Hi Krzysztof
>-----Original Message----- >From: Krzysztof Kozlowski [mailto:[email protected]] >Sent: Thursday, August 25, 2022 5:04 PM >To: Rob Herring <[email protected]>; Krzysztof Kozlowski ><[email protected]>; Kunihiko Hayashi ><[email protected]>; Masami Hiramatsu ><[email protected]>; Damien Le Moal ><[email protected]>; Michael Turquette ><[email protected]>; Stephen Boyd <[email protected]>; Geert >Uytterhoeven <[email protected]>; Sylwester Nawrocki ><[email protected]>; Tomasz Figa <[email protected]>; >Chanwoo Choi <[email protected]>; Alim Akhtar ><[email protected]>; Vladimir Zapolskiy <[email protected]>; Herbert >Xu <[email protected]>; David S. Miller ><[email protected]>; Andrzej Hajda <[email protected]>; Neil >Armstrong <[email protected]>; Robert Foss ><[email protected]>; Laurent Pinchart ><[email protected]>; Jonas Karlman <[email protected]>; >Jernej Skrabec <[email protected]>; David Airlie <[email protected]>; >Daniel Vetter <[email protected]>; Rob Clark <[email protected]>; Abhinav >Kumar <[email protected]>; Dmitry Baryshkov ><[email protected]>; Sean Paul <[email protected]>; Inki Dae ><[email protected]>; Seung-Woo Kim <[email protected]>; >Kyungmin Park <[email protected]>; Thierry Reding ><[email protected]>; Jonathan Hunter <[email protected]>; >Masahiro Yamada <[email protected]>; Florian Fainelli ><[email protected]>; Linus Walleij <[email protected]>; Andre >Przywara <[email protected]>; Kuninori Morimoto ><[email protected]>; Yoshihiro Shimoda ><[email protected]>; Marek Vasut <[email protected]>; >Krishna Manikandan <[email protected]>; >[email protected]; [email protected]; linux- >[email protected]; [email protected]; linux- >[email protected]; [email protected]; linux-samsung- >[email protected]; [email protected]; dri- >[email protected]; [email protected]; >[email protected]; [email protected] >Cc: Krzysztof Kozlowski <[email protected]> >Subject: [PATCH 4/5] dt-bindings: crypto: 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 <[email protected]> >--- Reviewed-by: Alim Akhtar <[email protected]> > Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml >b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml >index 676950bb7b37..5b31891c97fe 100644 >--- a/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml >+++ b/Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml >@@ -24,7 +24,6 @@ properties: > maxItems: 1 > > clocks: >- minItems: 2 > maxItems: 2 > > clock-names: >-- >2.34.1
