Message ID | 20220424071323.151757-1-biju.das.jz@bp.renesas.com |
---|---|
State | New |
Headers | show |
Series | dt-bindings: watchdog: renesas,wdt: Document RZ/G2UL SoC | expand |
On 24/04/2022 09:13, Biju Das wrote: > Document RZ/G2UL WDT bindings. RZ/G2UL WDT is similar 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: Biju Das <biju.das.jz@bp.renesas.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sun, Apr 24, 2022 at 9:13 AM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Document RZ/G2UL WDT bindings. RZ/G2UL WDT is similar 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: Biju Das <biju.das.jz@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
On Sun, Apr 24, 2022 at 08:13:23AM +0100, Biju Das wrote: > Document RZ/G2UL WDT bindings. RZ/G2UL WDT is similar 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: Biju Das <biju.das.jz@bp.renesas.com> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Reviewed-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 59a48387e72d..84c008d956e4 100644 > --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml > @@ -21,6 +21,7 @@ properties: > > - items: > - enum: > + - renesas,r9a07g043-wdt # RZ/G2UL > - renesas,r9a07g044-wdt # RZ/G2{L,LC} > - renesas,r9a07g054-wdt # RZ/V2L > - const: renesas,rzg2l-wdt
diff --git a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml index 59a48387e72d..84c008d956e4 100644 --- a/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml @@ -21,6 +21,7 @@ properties: - items: - enum: + - renesas,r9a07g043-wdt # RZ/G2UL - renesas,r9a07g044-wdt # RZ/G2{L,LC} - renesas,r9a07g054-wdt # RZ/V2L - const: renesas,rzg2l-wdt
Document RZ/G2UL WDT bindings. RZ/G2UL WDT is similar 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: Biju Das <biju.das.jz@bp.renesas.com> --- Documentation/devicetree/bindings/watchdog/renesas,wdt.yaml | 1 + 1 file changed, 1 insertion(+)