Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: timer: samsung,exynos4210-mct: define strict clock order

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

authored by

Krzysztof Kozlowski and committed by
Rob Herring
ee77ef0d 60854ba8

+2 -2
+2 -2
Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
··· 28 28 29 29 clock-names: 30 30 items: 31 - - pattern: "^(fin_pll|mct)$" 32 - - pattern: "^(fin_pll|mct)$" 31 + - const: fin_pll 32 + - const: mct 33 33 34 34 reg: 35 35 maxItems: 1