[tip: timers/clocksource] dt-bindings: timer: renesas,rz-mtu3: document RZ/{T2H,N2H}

tip-bot2 for Cosmin Tanislav posted 1 patch 7 hours ago
Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml | 19 ++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
[tip: timers/clocksource] dt-bindings: timer: renesas,rz-mtu3: document RZ/{T2H,N2H}
Posted by tip-bot2 for Cosmin Tanislav 7 hours ago
The following commit has been merged into the timers/clocksource branch of tip:

Commit-ID:     1a0797fab5c86f4d907fea06846d226e43bed32c
Gitweb:        https://git.kernel.org/tip/1a0797fab5c86f4d907fea06846d226e43bed32c
Author:        Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
AuthorDate:    Fri, 10 Apr 2026 19:35:27 +03:00
Committer:     Daniel Lezcano <daniel.lezcano@kernel.org>
CommitterDate: Thu, 23 Apr 2026 13:10:25 +02:00

dt-bindings: timer: renesas,rz-mtu3: document RZ/{T2H,N2H}

Compared to the previously supported SoCs, the Renesas RZ/T2H and RZ/N2H
SoCs do not have a reset line.

Add support for them by moving the required reset into a conditional
matching all compatibles for the existing SoCs. Disable the resets for
RZ/T2H and RZ/N2H.

Document RZ/T2H and RZ/N2H, and use the generic compatible as a
fallback, as functionality is the same.

Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260410163530.383818-8-cosmin-gabriel.tanislav.xa@renesas.com
---
 Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml | 19 ++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
index 00cd5cb..ecff291 100644
--- a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
@@ -112,6 +112,8 @@ properties:
           - renesas,r9a07g043-mtu3  # RZ/{G2UL,Five}
           - renesas,r9a07g044-mtu3  # RZ/G2{L,LC}
           - renesas,r9a07g054-mtu3  # RZ/V2L
+          - renesas,r9a09g077-mtu3  # RZ/T2H
+          - renesas,r9a09g087-mtu3  # RZ/N2H
       - const: renesas,rz-mtu3
 
   reg:
@@ -231,7 +233,22 @@ required:
   - interrupt-names
   - clocks
   - power-domains
-  - resets
+
+allOf:
+  - if:
+      properties:
+        compatible:
+          contains:
+            enum:
+              - renesas,r9a07g043-mtu3
+              - renesas,r9a07g044-mtu3
+              - renesas,r9a07g054-mtu3
+    then:
+      required:
+        - resets
+    else:
+      properties:
+        resets: false
 
 additionalProperties: false