[PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support

Prabhakar posted 1 patch 9 months, 1 week ago
Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support
Posted by Prabhakar 9 months, 1 week ago
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Document support for the watchdog IP found on the Renesas RZ/V2N
(R9A09G056) SoC. The watchdog IP is identical to that on RZ/V2H(P),
so `renesas,r9a09g057-wdt` will be used as a fallback compatible,
enabling reuse of the existing driver without changes.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
index 3e0a8747a357..78874b90c88c 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
@@ -76,7 +76,9 @@ properties:
           - const: renesas,rcar-gen4-wdt # R-Car Gen4
 
       - items:
-          - const: renesas,r9a09g047-wdt # RZ/G3E
+          - enum:
+              - renesas,r9a09g047-wdt # RZ/G3E
+              - renesas,r9a09g056-wdt # RZ/V2N
           - const: renesas,r9a09g057-wdt # RZ/V2H(P)
 
       - const: renesas,r9a09g057-wdt       # RZ/V2H(P)
-- 
2.49.0
Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support
Posted by Guenter Roeck 9 months, 1 week ago
On 5/2/25 05:00, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Document support for the watchdog IP found on the Renesas RZ/V2N
> (R9A09G056) SoC. The watchdog IP is identical to that on RZ/V2H(P),
> so `renesas,r9a09g057-wdt` will be used as a fallback compatible,
> enabling reuse of the existing driver without changes.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

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

> ---
>   Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> index 3e0a8747a357..78874b90c88c 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -76,7 +76,9 @@ properties:
>             - const: renesas,rcar-gen4-wdt # R-Car Gen4
>   
>         - items:
> -          - const: renesas,r9a09g047-wdt # RZ/G3E
> +          - enum:
> +              - renesas,r9a09g047-wdt # RZ/G3E
> +              - renesas,r9a09g056-wdt # RZ/V2N
>             - const: renesas,r9a09g057-wdt # RZ/V2H(P)
>   
>         - const: renesas,r9a09g057-wdt       # RZ/V2H(P)
Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support
Posted by Conor Dooley 9 months, 1 week ago
On Fri, May 02, 2025 at 01:00:54PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Document support for the watchdog IP found on the Renesas RZ/V2N
> (R9A09G056) SoC. The watchdog IP is identical to that on RZ/V2H(P),
> so `renesas,r9a09g057-wdt` will be used as a fallback compatible,
> enabling reuse of the existing driver without changes.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

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

> ---
>  Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> index 3e0a8747a357..78874b90c88c 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -76,7 +76,9 @@ properties:
>            - const: renesas,rcar-gen4-wdt # R-Car Gen4
>  
>        - items:
> -          - const: renesas,r9a09g047-wdt # RZ/G3E
> +          - enum:
> +              - renesas,r9a09g047-wdt # RZ/G3E
> +              - renesas,r9a09g056-wdt # RZ/V2N
>            - const: renesas,r9a09g057-wdt # RZ/V2H(P)
>  
>        - const: renesas,r9a09g057-wdt       # RZ/V2H(P)
> -- 
> 2.49.0
> 
> 
Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2N (R9A09G056) support
Posted by Geert Uytterhoeven 9 months, 1 week ago
On Fri, 2 May 2025 at 14:01, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Document support for the watchdog IP found on the Renesas RZ/V2N
> (R9A09G056) SoC. The watchdog IP is identical to that on RZ/V2H(P),
> so `renesas,r9a09g057-wdt` will be used as a fallback compatible,
> enabling reuse of the existing driver without changes.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds