linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M
@ 2024-02-01 12:19 Geert Uytterhoeven
  2024-02-01 18:08 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-02-01 12:19 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Wolfram Sang, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-watchdog, devicetree, linux-renesas-soc, Minh Le,
	Geert Uytterhoeven

From: Minh Le <minh.le.aj@renesas.com>

Add documentation for r8a779h0 compatible string to
Renesas watchdog device tree bindings documentation.

Signed-off-by: Minh Le <minh.le.aj@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
index 951a7d54135a6849..ffb17add491af98b 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
@@ -71,6 +71,7 @@ properties:
               - renesas,r8a779a0-wdt     # R-Car V3U
               - renesas,r8a779f0-wdt     # R-Car S4-8
               - renesas,r8a779g0-wdt     # R-Car V4H
+              - renesas,r8a779h0-wdt     # R-Car V4M
           - const: renesas,rcar-gen4-wdt # R-Car Gen4
 
   reg:
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M
  2024-02-01 12:19 [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M Geert Uytterhoeven
@ 2024-02-01 18:08 ` Conor Dooley
  2024-02-01 18:20 ` Guenter Roeck
  2024-02-03 17:31 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2024-02-01 18:08 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wim Van Sebroeck, Guenter Roeck, Wolfram Sang, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-watchdog, devicetree,
	linux-renesas-soc, Minh Le

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

On Thu, Feb 01, 2024 at 01:19:59PM +0100, Geert Uytterhoeven wrote:
> From: Minh Le <minh.le.aj@renesas.com>
> 
> Add documentation for r8a779h0 compatible string to
> Renesas watchdog device tree bindings documentation.
> 
> Signed-off-by: Minh Le <minh.le.aj@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

Cheers,
C

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

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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M
  2024-02-01 12:19 [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M Geert Uytterhoeven
  2024-02-01 18:08 ` Conor Dooley
@ 2024-02-01 18:20 ` Guenter Roeck
  2024-02-03 17:31 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2024-02-01 18:20 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wim Van Sebroeck, Wolfram Sang, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-watchdog, devicetree, linux-renesas-soc,
	Minh Le

On Thu, Feb 01, 2024 at 01:19:59PM +0100, Geert Uytterhoeven wrote:
> From: Minh Le <minh.le.aj@renesas.com>
> 
> Add documentation for r8a779h0 compatible string to
> Renesas watchdog device tree bindings documentation.
> 
> Signed-off-by: Minh Le <minh.le.aj@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>


Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> index 951a7d54135a6849..ffb17add491af98b 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -71,6 +71,7 @@ properties:
>                - renesas,r8a779a0-wdt     # R-Car V3U
>                - renesas,r8a779f0-wdt     # R-Car S4-8
>                - renesas,r8a779g0-wdt     # R-Car V4H
> +              - renesas,r8a779h0-wdt     # R-Car V4M
>            - const: renesas,rcar-gen4-wdt # R-Car Gen4
>  
>    reg:
> -- 
> 2.34.1
> 

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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M
  2024-02-01 12:19 [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M Geert Uytterhoeven
  2024-02-01 18:08 ` Conor Dooley
  2024-02-01 18:20 ` Guenter Roeck
@ 2024-02-03 17:31 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2024-02-03 17:31 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-watchdog, devicetree,
	linux-renesas-soc, Minh Le

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

On Thu, Feb 01, 2024 at 01:19:59PM +0100, Geert Uytterhoeven wrote:
> From: Minh Le <minh.le.aj@renesas.com>
> 
> Add documentation for r8a779h0 compatible string to
> Renesas watchdog device tree bindings documentation.
> 
> Signed-off-by: Minh Le <minh.le.aj@renesas.com>
> 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

end of thread, other threads:[~2024-02-03 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 12:19 [PATCH] dt-bindings: watchdog: renesas-wdt: Add support for R-Car V4M Geert Uytterhoeven
2024-02-01 18:08 ` Conor Dooley
2024-02-01 18:20 ` Guenter Roeck
2024-02-03 17:31 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).