Skip to content

Commit fc9e016

Browse files
committed
dt-bindings: clock: renesas,rzg2l: Simplify header file references
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> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/f274ad16010798dd4a45d2dca5f870da8acbb470.1654696009.git.geert+renesas@glider.be
1 parent 980bcaf commit fc9e016

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ properties:
4545
description: |
4646
- For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
4747
and a core clock reference, as defined in
48-
<dt-bindings/clock/r9a0*-cpg.h>
48+
<dt-bindings/clock/r9a0*-cpg.h>,
4949
- For module clocks, the two clock specifier cells must be "CPG_MOD" and
50-
a module number, as defined in the <dt-bindings/clock/r9a07g0*-cpg.h> or
51-
<dt-bindings/clock/r9a09g011-cpg.h>.
50+
a module number, as defined in <dt-bindings/clock/r9a0*-cpg.h>.
5251
const: 2
5352

5453
'#power-domain-cells':
@@ -62,7 +61,7 @@ properties:
6261
'#reset-cells':
6362
description:
6463
The single reset specifier cell must be the module number, as defined in
65-
the <dt-bindings/clock/r9a07g0*-cpg.h> or <dt-bindings/clock/r9a09g011-cpg.h>.
64+
<dt-bindings/clock/r9a0*-cpg.h>.
6665
const: 1
6766

6867
required:

0 commit comments

Comments
 (0)