[PATCH v4 1/8] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family

From: John Madieu

Date: Mon May 25 2026 - 07:09:51 EST


RZ/V2H, RZ/V2N, and RZ/G3E support two optional external audio clock
inputs (AUDIO_CLKB and AUDIO_CLKC) that can be used by the Audio Clock
Generator (ADG) to derive internal audio clocks. The third ADG input
(AUDIO_CLKA) is fed internally by the AUDIO_EXTAL pin and does not need
a separate binding entry.

Update the bindings to allow these optional clocks for all RZ/V2H family
SoCs.

Signed-off-by: John Madieu <john.madieu.xa@xxxxxxxxxxxxxx>
---


Changes:

v4:
- Drop the AUDIO_CLKA clock input. AUDIO_CLKA is fed internally by
the AUDIO_EXTAL pin, which the binding already describes, so only
AUDIO_CLKB and AUDIO_CLKC need new clocks / clock-names entries
(Geert Uytterhoeven).
- Reword the commit message accordingly.

v3: No changes
v2: Remove maxItems as it not needed with items lists.
.../devicetree/bindings/clock/renesas,rzv2h-cpg.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/clock/renesas,rzv2h-cpg.yaml b/Documentation/devicetree/bindings/clock/renesas,rzv2h-cpg.yaml
index f261445bf341..dd3e66a4559b 100644
--- a/Documentation/devicetree/bindings/clock/renesas,rzv2h-cpg.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,rzv2h-cpg.yaml
@@ -26,16 +26,22 @@ properties:
maxItems: 1

clocks:
+ minItems: 3
items:
- description: AUDIO_EXTAL clock input
- description: RTXIN clock input
- description: QEXTAL clock input
+ - description: AUDIO_CLKB clock input
+ - description: AUDIO_CLKC clock input

clock-names:
+ minItems: 3
items:
- const: audio_extal
- const: rtxin
- const: qextal
+ - const: audio_clkb
+ - const: audio_clkc

'#clock-cells':
description: |
--
2.25.1