public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support
@ 2024-04-02 14:37 Geert Uytterhoeven
  2024-04-02 17:49 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-04-02 14:37 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart
  Cc: devicetree, linux-renesas-soc, linux-kernel, Geert Uytterhoeven

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

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support
  2024-04-02 14:37 [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support Geert Uytterhoeven
@ 2024-04-02 17:49 ` Conor Dooley
  2024-04-05  7:28 ` Wolfram Sang
  2024-04-16 14:33 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-04-02 17:49 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, devicetree, linux-renesas-soc,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

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 <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support
  2024-04-02 14:37 [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support Geert Uytterhoeven
  2024-04-02 17:49 ` Conor Dooley
@ 2024-04-05  7:28 ` Wolfram Sang
  2024-04-16 14:33 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2024-04-05  7:28 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Laurent Pinchart, devicetree, linux-renesas-soc,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

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 <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support
  2024-04-02 14:37 [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support Geert Uytterhoeven
  2024-04-02 17:49 ` Conor Dooley
  2024-04-05  7:28 ` Wolfram Sang
@ 2024-04-16 14:33 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2024-04-16 14:33 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-renesas-soc, Thomas Gleixner, linux-kernel,
	Laurent Pinchart, Daniel Lezcano, devicetree, Conor Dooley,
	Krzysztof Kozlowski


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 <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-16 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 14:37 [PATCH] dt-bindings: timer: renesas,tmu: Add R-Car V4M support Geert Uytterhoeven
2024-04-02 17:49 ` Conor Dooley
2024-04-05  7:28 ` Wolfram Sang
2024-04-16 14:33 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox