All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC
@ 2022-03-01 12:23 Lad Prabhakar
  2022-03-01 14:55 ` Wolfram Sang
  2022-03-09 23:06 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Lad Prabhakar @ 2022-03-01 12:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Wim Van Sebroeck, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Wolfram Sang
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das, linux-watchdog

Document RZ/V2L WDT bindings. RZ/V2L WDT is identical to one found
on the RZ/G2L SoC. No driver changes are required as generic compatible
string "renesas,rzg2l-wdt" will be used as a fallback.

While at it, drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt"
compatible string as this will avoid changing the line for every new
SoC addition.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v1->v2:
* Included RB tags
* Drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt" compatible string
  as suggested by Geert.

v1:
https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20220227225309.28098-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
---
 Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
index 91a98ccd4226..146ae20eacbb 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
@@ -22,7 +22,8 @@ properties:
       - items:
           - enum:
               - renesas,r9a07g044-wdt    # RZ/G2{L,LC}
-          - const: renesas,rzg2l-wdt     # RZ/G2L
+              - renesas,r9a07g054-wdt    # RZ/V2L
+          - const: renesas,rzg2l-wdt
 
       - items:
           - enum:
-- 
2.17.1


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

* Re: [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC
  2022-03-01 12:23 [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC Lad Prabhakar
@ 2022-03-01 14:55 ` Wolfram Sang
  2022-03-09 23:06 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-03-01 14:55 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Wim Van Sebroeck, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, linux-kernel, Prabhakar, Biju Das,
	linux-watchdog

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

On Tue, Mar 01, 2022 at 12:23:32PM +0000, Lad Prabhakar wrote:
> Document RZ/V2L WDT bindings. RZ/V2L WDT is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-wdt" will be used as a fallback.
> 
> While at it, drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt"
> compatible string as this will avoid changing the line for every new
> SoC addition.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Reviewed-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] 3+ messages in thread

* Re: [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC
  2022-03-01 12:23 [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC Lad Prabhakar
  2022-03-01 14:55 ` Wolfram Sang
@ 2022-03-09 23:06 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2022-03-09 23:06 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Wim Van Sebroeck, Rob Herring, Krzysztof Kozlowski, Wolfram Sang,
	linux-kernel, Prabhakar, Biju Das, linux-watchdog

On Tue, Mar 01, 2022 at 12:23:32PM +0000, Lad Prabhakar wrote:
> Document RZ/V2L WDT bindings. RZ/V2L WDT is identical to one found
> on the RZ/G2L SoC. No driver changes are required as generic compatible
> string "renesas,rzg2l-wdt" will be used as a fallback.
> 
> While at it, drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt"
> compatible string as this will avoid changing the line for every new
> SoC addition.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

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

> ---
> v1->v2:
> * Included RB tags
> * Drop the comment "# RZ/G2L" for "renesas,rzg2l-wdt" compatible string
>   as suggested by Geert.
> 
> v1:
> https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> 20220227225309.28098-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> index 91a98ccd4226..146ae20eacbb 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -22,7 +22,8 @@ properties:
>        - items:
>            - enum:
>                - renesas,r9a07g044-wdt    # RZ/G2{L,LC}
> -          - const: renesas,rzg2l-wdt     # RZ/G2L
> +              - renesas,r9a07g054-wdt    # RZ/V2L
> +          - const: renesas,rzg2l-wdt
>  
>        - items:
>            - enum:

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

end of thread, other threads:[~2022-03-09 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 12:23 [PATCH v2] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC Lad Prabhakar
2022-03-01 14:55 ` Wolfram Sang
2022-03-09 23:06 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.