linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern
@ 2025-08-15 14:17 Aleksander Jan Bajkowski
  2025-08-15 14:17 ` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: " Aleksander Jan Bajkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aleksander Jan Bajkowski @ 2025-08-15 14:17 UTC (permalink / raw)
  To: tsbogend, robh, krzk+dt, conor+dt, olek2, john, linux-mips,
	devicetree, linux-kernel

Lantiq target doesn't use Common clock Framework and requires strict
node names. This patch adds the name pattern to the binding.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml b/Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml
index 0fada1f085a9..c1f31084f793 100644
--- a/Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml
+++ b/Documentation/devicetree/bindings/mips/lantiq/lantiq,ebu.yaml
@@ -10,6 +10,9 @@ maintainers:
   - John Crispin <john@phrozen.org>
 
 properties:
+  $nodename:
+    pattern: "^ebu@[0-9a-f]+$"
+
   compatible:
     items:
       - enum:
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] dt-bindings: mips: lantiq: cgu: add name pattern
  2025-08-15 14:17 [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern Aleksander Jan Bajkowski
@ 2025-08-15 14:17 ` Aleksander Jan Bajkowski
  2025-08-20  8:17   ` Krzysztof Kozlowski
  2025-08-15 14:17 ` [PATCH 3/3] dt-bindings: mips: lantiq: dma: " Aleksander Jan Bajkowski
  2025-08-20  8:16 ` [PATCH 1/3] dt-bindings: mips: lantiq: ebu: " Krzysztof Kozlowski
  2 siblings, 1 reply; 6+ messages in thread
From: Aleksander Jan Bajkowski @ 2025-08-15 14:17 UTC (permalink / raw)
  To: tsbogend, robh, krzk+dt, conor+dt, olek2, john, linux-mips,
	devicetree, linux-kernel

Lantiq target doesn't use Common clock Framework and requires strict
node names. This patch adds the name pattern to the binding.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml b/Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml
index d5805725befb..6a6127a09087 100644
--- a/Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml
+++ b/Documentation/devicetree/bindings/mips/lantiq/lantiq,cgu.yaml
@@ -10,6 +10,9 @@ maintainers:
   - John Crispin <john@phrozen.org>
 
 properties:
+  $nodename:
+    pattern: "^cgu@[0-9a-f]+$"
+
   compatible:
     items:
       - enum:
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] dt-bindings: mips: lantiq: dma: add name pattern
  2025-08-15 14:17 [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern Aleksander Jan Bajkowski
  2025-08-15 14:17 ` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: " Aleksander Jan Bajkowski
@ 2025-08-15 14:17 ` Aleksander Jan Bajkowski
  2025-08-20  8:17   ` Krzysztof Kozlowski
  2025-08-20  8:16 ` [PATCH 1/3] dt-bindings: mips: lantiq: ebu: " Krzysztof Kozlowski
  2 siblings, 1 reply; 6+ messages in thread
From: Aleksander Jan Bajkowski @ 2025-08-15 14:17 UTC (permalink / raw)
  To: tsbogend, robh, krzk+dt, conor+dt, olek2, john, linux-mips,
	devicetree, linux-kernel

Lantiq target doesn't use Common clock Framework and requires strict
node names. This patch adds the name pattern to the binding.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 .../devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml b/Documentation/devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml
index 15d41bdbdc26..14bff3d058b7 100644
--- a/Documentation/devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml
+++ b/Documentation/devicetree/bindings/mips/lantiq/lantiq,dma-xway.yaml
@@ -10,6 +10,9 @@ maintainers:
   - John Crispin <john@phrozen.org>
 
 properties:
+  $nodename:
+    pattern: "^dma@[0-9a-f]+$"
+
   compatible:
     items:
       - enum:
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern
  2025-08-15 14:17 [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern Aleksander Jan Bajkowski
  2025-08-15 14:17 ` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: " Aleksander Jan Bajkowski
  2025-08-15 14:17 ` [PATCH 3/3] dt-bindings: mips: lantiq: dma: " Aleksander Jan Bajkowski
@ 2025-08-20  8:16 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20  8:16 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: tsbogend, robh, krzk+dt, conor+dt, john, linux-mips, devicetree,
	linux-kernel

On Fri, Aug 15, 2025 at 04:17:40PM +0200, Aleksander Jan Bajkowski wrote:
> Lantiq target doesn't use Common clock Framework 

CCF does not matter. It's Linux thingy. You describe here hardware.

> and requires strict

hm? where? I checked kernel sources and there is nothing like that.

> node names. This patch adds the name pattern to the binding.

Again, why?

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] dt-bindings: mips: lantiq: cgu: add name pattern
  2025-08-15 14:17 ` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: " Aleksander Jan Bajkowski
@ 2025-08-20  8:17   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20  8:17 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: tsbogend, robh, krzk+dt, conor+dt, john, linux-mips, devicetree,
	linux-kernel

On Fri, Aug 15, 2025 at 04:17:41PM +0200, Aleksander Jan Bajkowski wrote:
> Lantiq target doesn't use Common clock Framework and requires strict
> node names. This patch adds the name pattern to the binding.

Same problems.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] dt-bindings: mips: lantiq: dma: add name pattern
  2025-08-15 14:17 ` [PATCH 3/3] dt-bindings: mips: lantiq: dma: " Aleksander Jan Bajkowski
@ 2025-08-20  8:17   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20  8:17 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski
  Cc: tsbogend, robh, krzk+dt, conor+dt, john, linux-mips, devicetree,
	linux-kernel

On Fri, Aug 15, 2025 at 04:17:42PM +0200, Aleksander Jan Bajkowski wrote:
> Lantiq target doesn't use Common clock Framework and requires strict

And when it starts using CCF, then binding becomes wrong?

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-20  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 14:17 [PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern Aleksander Jan Bajkowski
2025-08-15 14:17 ` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: " Aleksander Jan Bajkowski
2025-08-20  8:17   ` Krzysztof Kozlowski
2025-08-15 14:17 ` [PATCH 3/3] dt-bindings: mips: lantiq: dma: " Aleksander Jan Bajkowski
2025-08-20  8:17   ` Krzysztof Kozlowski
2025-08-20  8:16 ` [PATCH 1/3] dt-bindings: mips: lantiq: ebu: " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).