2024-04-02 14:39:13

by Geert Uytterhoeven

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

Document support for the Compare Match Timer Type0 (CMT0) and Type1
(CMT1) in the Renesas R-Car V4M (R8A779H0) SoC.

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

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
index a0be1755ea28b996..5e09c04da30e47d5 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
@@ -103,6 +103,7 @@ properties:
- renesas,r8a779a0-cmt0 # 32-bit CMT0 on R-Car V3U
- renesas,r8a779f0-cmt0 # 32-bit CMT0 on R-Car S4-8
- renesas,r8a779g0-cmt0 # 32-bit CMT0 on R-Car V4H
+ - renesas,r8a779h0-cmt0 # 32-bit CMT0 on R-Car V4M
- const: renesas,rcar-gen4-cmt0 # 32-bit CMT0 on R-Car Gen4

- items:
@@ -110,6 +111,7 @@ properties:
- renesas,r8a779a0-cmt1 # 48-bit CMT on R-Car V3U
- renesas,r8a779f0-cmt1 # 48-bit CMT on R-Car S4-8
- renesas,r8a779g0-cmt1 # 48-bit CMT on R-Car V4H
+ - renesas,r8a779h0-cmt1 # 48-bit CMT on R-Car V4M
- const: renesas,rcar-gen4-cmt1 # 48-bit CMT on R-Car Gen4

reg:
--
2.34.1



2024-04-02 17:51:34

by Conor Dooley

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

On Tue, Apr 02, 2024 at 04:36:05PM +0200, Geert Uytterhoeven wrote:
> Document support for the Compare Match Timer Type0 (CMT0) and Type1
> (CMT1) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

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


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

2024-04-05 07:34:50

by Wolfram Sang

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

On Tue, Apr 02, 2024 at 04:36:05PM +0200, Geert Uytterhoeven wrote:
> Document support for the Compare Match Timer Type0 (CMT0) and Type1
> (CMT1) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

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


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

2024-04-09 14:11:42

by Rob Herring (Arm)

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

On Tue, Apr 02, 2024 at 04:36:05PM +0200, Geert Uytterhoeven wrote:
> Document support for the Compare Match Timer Type0 (CMT0) and Type1
> (CMT1) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> ---
> Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
> 1 file changed, 2 insertions(+)

Daniel, please apply this. The timer bindings seem to keep getting
missed.

>
> diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
> index a0be1755ea28b996..5e09c04da30e47d5 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
> +++ b/Documentation/devicetree/bindings/timer/renesas,cmt.yaml
> @@ -103,6 +103,7 @@ properties:
> - renesas,r8a779a0-cmt0 # 32-bit CMT0 on R-Car V3U
> - renesas,r8a779f0-cmt0 # 32-bit CMT0 on R-Car S4-8
> - renesas,r8a779g0-cmt0 # 32-bit CMT0 on R-Car V4H
> + - renesas,r8a779h0-cmt0 # 32-bit CMT0 on R-Car V4M
> - const: renesas,rcar-gen4-cmt0 # 32-bit CMT0 on R-Car Gen4
>
> - items:
> @@ -110,6 +111,7 @@ properties:
> - renesas,r8a779a0-cmt1 # 48-bit CMT on R-Car V3U
> - renesas,r8a779f0-cmt1 # 48-bit CMT on R-Car S4-8
> - renesas,r8a779g0-cmt1 # 48-bit CMT on R-Car V4H
> + - renesas,r8a779h0-cmt1 # 48-bit CMT on R-Car V4M
> - const: renesas,rcar-gen4-cmt1 # 48-bit CMT on R-Car Gen4
>
> reg:
> --
> 2.34.1
>

2024-04-16 14:34:50

by Rob Herring (Arm)

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


On Tue, 02 Apr 2024 16:36:05 +0200, Geert Uytterhoeven wrote:
> Document support for the Compare Match Timer Type0 (CMT0) and Type1
> (CMT1) in the Renesas R-Car V4M (R8A779H0) SoC.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> ---
> Documentation/devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks!