* [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references
@ 2022-06-08 13:48 Geert Uytterhoeven
2022-06-08 13:49 ` Geert Uytterhoeven
2022-06-09 21:08 ` Rob Herring
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-06-08 13:48 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski
Cc: Phil Edworthy, Biju Das, linux-clk, devicetree, linux-renesas-soc,
Geert Uytterhoeven
The bindings already uses <dt-bindings/clock/r9a0*-cpg.h> to refer to
the header files with DT binding definitions for core clocks.
Use more wildcards to simplify more references to these files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../devicetree/bindings/clock/renesas,rzg2l-cpg.yaml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
index 8880b834f264cd9f..d036675e0779addc 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
@@ -45,10 +45,9 @@ properties:
description: |
- For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
and a core clock reference, as defined in
- <dt-bindings/clock/r9a0*-cpg.h>
+ <dt-bindings/clock/r9a0*-cpg.h>,
- For module clocks, the two clock specifier cells must be "CPG_MOD" and
- a module number, as defined in the <dt-bindings/clock/r9a07g0*-cpg.h> or
- <dt-bindings/clock/r9a09g011-cpg.h>.
+ a module number, as defined in <dt-bindings/clock/r9a0*-cpg.h>.
const: 2
'#power-domain-cells':
@@ -62,7 +61,7 @@ properties:
'#reset-cells':
description:
The single reset specifier cell must be the module number, as defined in
- the <dt-bindings/clock/r9a07g0*-cpg.h> or <dt-bindings/clock/r9a09g011-cpg.h>.
+ <dt-bindings/clock/r9a0*-cpg.h>.
const: 1
required:
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references
2022-06-08 13:48 [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references Geert Uytterhoeven
@ 2022-06-08 13:49 ` Geert Uytterhoeven
2022-06-09 21:08 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-06-08 13:49 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski
Cc: Phil Edworthy, Biju Das, linux-clk, devicetree, linux-renesas-soc,
Geert Uytterhoeven
The bindings already uses <dt-bindings/clock/r9a0*-cpg.h> to refer to
the header files with DT binding definitions for core clocks.
Use more wildcards to simplify more references to these files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-clk-for-v5.20.
.../devicetree/bindings/clock/renesas,rzg2l-cpg.yaml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
index 8880b834f264cd9f..d036675e0779addc 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
@@ -45,10 +45,9 @@ properties:
description: |
- For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
and a core clock reference, as defined in
- <dt-bindings/clock/r9a0*-cpg.h>
+ <dt-bindings/clock/r9a0*-cpg.h>,
- For module clocks, the two clock specifier cells must be "CPG_MOD" and
- a module number, as defined in the <dt-bindings/clock/r9a07g0*-cpg.h> or
- <dt-bindings/clock/r9a09g011-cpg.h>.
+ a module number, as defined in <dt-bindings/clock/r9a0*-cpg.h>.
const: 2
'#power-domain-cells':
@@ -62,7 +61,7 @@ properties:
'#reset-cells':
description:
The single reset specifier cell must be the module number, as defined in
- the <dt-bindings/clock/r9a07g0*-cpg.h> or <dt-bindings/clock/r9a09g011-cpg.h>.
+ <dt-bindings/clock/r9a0*-cpg.h>.
const: 1
required:
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references
2022-06-08 13:48 [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references Geert Uytterhoeven
2022-06-08 13:49 ` Geert Uytterhoeven
@ 2022-06-09 21:08 ` Rob Herring
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-06-09 21:08 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Stephen Boyd, Biju Das, linux-renesas-soc, Phil Edworthy,
Rob Herring, Krzysztof Kozlowski, devicetree, Michael Turquette,
linux-clk
On Wed, 08 Jun 2022 15:49:33 +0200, Geert Uytterhoeven wrote:
> The bindings already uses <dt-bindings/clock/r9a0*-cpg.h> to refer to
> the header files with DT binding definitions for core clocks.
> Use more wildcards to simplify more references to these files.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be queued in renesas-clk-for-v5.20.
>
> .../devicetree/bindings/clock/renesas,rzg2l-cpg.yaml | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-09 21:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08 13:48 [PATCH] dt-bindings: clock: renesas,rzg2l: Simplify header file references Geert Uytterhoeven
2022-06-08 13:49 ` Geert Uytterhoeven
2022-06-09 21:08 ` Rob Herring
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).