Message ID | 20220424150333.75172-2-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: timer: cdns,ttc: drop unneeded minItems | expand |
On Sun, 24 Apr 2022 17:03:32 +0200, Krzysztof Kozlowski wrote: > There is no need to add minItems when it is equal to maxItems. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Hello Krzysztof >-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org] >Sent: Sunday, April 24, 2022 8:34 PM >To: Daniel Lezcano <daniel.lezcano@linaro.org>; Thomas Gleixner ><tglx@linutronix.de>; Rob Herring <robh+dt@kernel.org>; Krzysztof >Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar ><alim.akhtar@samsung.com>; Michal Simek <michal.simek@xilinx.com>; >linux-kernel@vger.kernel.org; devicetree@vger.kernel.org; linux-arm- >kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org >Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >Subject: [PATCH 2/3] dt-bindings: timer: samsung,exynos4210-mct: drop >unneeded minItems > >There is no need to add minItems when it is equal to maxItems. > >Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >--- Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210- >mct.yaml >b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml >index 1584944c7ac4..0e28d9bdb8cb 100644 >--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210- >mct.yaml >+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210- >mct.yaml >@@ -35,7 +35,6 @@ properties: > - const: samsung,exynos4210-mct > > clocks: >- minItems: 2 > maxItems: 2 > > clock-names: >-- >2.32.0
diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml index 1584944c7ac4..0e28d9bdb8cb 100644 --- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml +++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml @@ -35,7 +35,6 @@ properties: - const: samsung,exynos4210-mct clocks: - minItems: 2 maxItems: 2 clock-names:
There is no need to add minItems when it is equal to maxItems. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 1 - 1 file changed, 1 deletion(-)