2022-02-28 08:13:45

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC

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.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
---
DTSI changes have been posted as part of series [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
[email protected]/
---
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 91a98ccd4226..26c7a152ff98 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
@@ -22,6 +22,7 @@ properties:
- items:
- enum:
- renesas,r9a07g044-wdt # RZ/G2{L,LC}
+ - renesas,r9a07g054-wdt # RZ/V2L
- const: renesas,rzg2l-wdt # RZ/G2L

- items:
--
2.17.1


2022-02-28 12:37:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC

On 27/02/2022 23:53, 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.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>
> ---
> DTSI changes have been posted as part of series [0].
>
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> [email protected]/
> ---
> Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 1 +
> 1 file changed, 1 insertion(+)
>


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof

2022-02-28 15:16:30

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC

On Sun, Feb 27, 2022 at 11:53 PM Lad Prabhakar
<[email protected]> 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.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-02-28 17:54:27

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC

On Sun, Feb 27, 2022 at 11:53 PM Lad Prabhakar
<[email protected]> 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.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>
> ---
> DTSI changes have been posted as part of series [0].
>
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> [email protected]/
> ---
> 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 91a98ccd4226..26c7a152ff98 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> @@ -22,6 +22,7 @@ properties:
> - items:
> - enum:
> - renesas,r9a07g044-wdt # RZ/G2{L,LC}
> + - renesas,r9a07g054-wdt # RZ/V2L
> - const: renesas,rzg2l-wdt # RZ/G2L

Please drop the comment on the previous line.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-03-01 18:38:14

by Prabhakar

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/V2L SoC

Hi Geert,

Thank you for the review.

On Mon, Feb 28, 2022 at 2:29 PM Geert Uytterhoeven <[email protected]> wrote:
>
> On Sun, Feb 27, 2022 at 11:53 PM Lad Prabhakar
> <[email protected]> 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.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
> > Reviewed-by: Biju Das <[email protected]>
> > ---
> > DTSI changes have been posted as part of series [0].
> >
> > [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> > [email protected]/
> > ---
> > 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 91a98ccd4226..26c7a152ff98 100644
> > --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> > +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml
> > @@ -22,6 +22,7 @@ properties:
> > - items:
> > - enum:
> > - renesas,r9a07g044-wdt # RZ/G2{L,LC}
> > + - renesas,r9a07g054-wdt # RZ/V2L
> > - const: renesas,rzg2l-wdt # RZ/G2L
>
> Please drop the comment on the previous line.
>
OK, I will drop " # RZ/G2L" and resend the patch.

Cheers,
Prabhakar