All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
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 3/3] dt-bindings: timer: samsung,exynos4210-mct: define strict clock order
Date: Sun, 24 Apr 2022 17:03:33 +0200	[thread overview]
Message-ID: <20220424150333.75172-3-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220424150333.75172-1-krzysztof.kozlowski@linaro.org>

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>
---
 .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
index 0e28d9bdb8cb..9c81d00b12e0 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -39,8 +39,8 @@ properties:
 
   clock-names:
     items:
-      - pattern: "^(fin_pll|mct)$"
-      - pattern: "^(fin_pll|mct)$"
+      - const: fin_pll
+      - const: mct
 
   reg:
     maxItems: 1
-- 
2.32.0


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
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 3/3] dt-bindings: timer: samsung, exynos4210-mct: define strict clock order
Date: Sun, 24 Apr 2022 17:03:33 +0200	[thread overview]
Message-ID: <20220424150333.75172-3-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220424150333.75172-1-krzysztof.kozlowski@linaro.org>

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>
---
 .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
index 0e28d9bdb8cb..9c81d00b12e0 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -39,8 +39,8 @@ properties:
 
   clock-names:
     items:
-      - pattern: "^(fin_pll|mct)$"
-      - pattern: "^(fin_pll|mct)$"
+      - const: fin_pll
+      - const: mct
 
   reg:
     maxItems: 1
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-04-24 15:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220424150341epcas5p2869805d428b629165f3b272fde50317c@epcas5p2.samsung.com>
2022-04-24 15:03 ` [PATCH 1/3] dt-bindings: timer: cdns,ttc: drop unneeded minItems Krzysztof Kozlowski
2022-04-24 15:03   ` Krzysztof Kozlowski
2022-04-24 15:03   ` [PATCH 2/3] dt-bindings: timer: samsung,exynos4210-mct: " Krzysztof Kozlowski
2022-04-24 15:03     ` [PATCH 2/3] dt-bindings: timer: samsung, exynos4210-mct: " Krzysztof Kozlowski
2022-04-25 16:20     ` [PATCH 2/3] dt-bindings: timer: samsung,exynos4210-mct: " Rob Herring
2022-04-25 16:20       ` Rob Herring
2022-04-25 23:53     ` Alim Akhtar
2022-04-25 23:53       ` Alim Akhtar
2022-04-24 15:03   ` Krzysztof Kozlowski [this message]
2022-04-24 15:03     ` [PATCH 3/3] dt-bindings: timer: samsung, exynos4210-mct: define strict clock order Krzysztof Kozlowski
2022-04-25 23:59     ` [PATCH 3/3] dt-bindings: timer: samsung,exynos4210-mct: " Alim Akhtar
2022-04-25 23:59       ` Alim Akhtar
2022-04-26 18:14     ` Rob Herring
2022-04-26 18:14       ` Rob Herring
2022-04-26  0:01   ` [PATCH 1/3] dt-bindings: timer: cdns,ttc: drop unneeded minItems Alim Akhtar
2022-04-26  0:01     ` Alim Akhtar
2022-04-26 18:14   ` Rob Herring
2022-04-26 18:14     ` Rob Herring
2022-05-06  8:28   ` Krzysztof Kozlowski
2022-05-06  8:28     ` Krzysztof Kozlowski
2022-05-19 20:40     ` Rob Herring
2022-05-19 20:40       ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220424150333.75172-3-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alim.akhtar@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=michal.simek@xilinx.com \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.