2024-04-02 14:39:44

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support

Document support for the Timer Unit (TMU) in the Renesas R-Car V4M
(R8A779H0) SoC.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 50b5225ceb10b64c..75b0e7c70b62c89f 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -50,6 +50,7 @@ properties:
- renesas,tmu-r8a779a0 # R-Car V3U
- renesas,tmu-r8a779f0 # R-Car S4-8
- renesas,tmu-r8a779g0 # R-Car V4H
+ - renesas,tmu-r8a779h0 # R-Car V4M
- const: renesas,tmu

reg:
--
2.34.1



2024-04-02 17:49:24

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support

On Tue, Apr 02, 2024 at 04:37:02PM +0200, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) in the Renesas R-Car V4M
> (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Acked-by: Conor Dooley <[email protected]>


Attachments:
(No filename) (280.00 B)
signature.asc (235.00 B)
Download all attachments

2024-04-05 07:28:25

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support

On Tue, Apr 02, 2024 at 04:37:02PM +0200, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) in the Renesas R-Car V4M
> (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Reviewed-by: Wolfram Sang <[email protected]>


Attachments:
(No filename) (291.00 B)
signature.asc (849.00 B)
Download all attachments

2024-04-16 14:35:36

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support


On Tue, 02 Apr 2024 16:37:02 +0200, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) in the Renesas R-Car V4M
> (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> ---
> Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!