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

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

+3 -4
+3 -4
Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
··· 45 45 description: | 46 46 - For CPG core clocks, the two clock specifier cells must be "CPG_CORE" 47 47 and a core clock reference, as defined in 48 - <dt-bindings/clock/r9a0*-cpg.h> 48 + <dt-bindings/clock/r9a0*-cpg.h>, 49 49 - 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>. 52 51 const: 2 53 52 54 53 '#power-domain-cells': ··· 61 62 '#reset-cells': 62 63 description: 63 64 The single reset specifier cell must be the module number, as defined in 64 - the <dt-bindings/clock/r9a07g0*-cpg.h> or <dt-bindings/clock/r9a09g011-cpg.h>. 65 + <dt-bindings/clock/r9a0*-cpg.h>. 65 66 const: 1 66 67 67 68 required: