dt-bindings: timer: samsung,exynos4210-mct: define strict clock order
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Apr 2022 15:03:33 +0000 (17:03 +0200)
committerRob Herring <robh@kernel.org>
Thu, 19 May 2022 20:54:06 +0000 (15:54 -0500)
The DTS should always have fixed clock order, even if it comes with
clock-names property.  Drop the pattern to make the order strict.
Existing DTS already match this.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220424150333.75172-3-krzysztof.kozlowski@linaro.org
Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml

index a4ec1cc..142b2cb 100644 (file)
@@ -28,8 +28,8 @@ properties:
 
   clock-names:
     items:
-      - pattern: "^(fin_pll|mct)$"
-      - pattern: "^(fin_pll|mct)$"
+      - const: fin_pll
+      - const: mct
 
   reg:
     maxItems: 1