Message ID | 20211122113554.15990-1-biju.das.jz@bp.renesas.com |
---|---|
Headers | show |
Series | Add WDT driver for RZ/G2L | expand |
On Mon, Nov 22, 2021 at 12:36 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Describe the WDT hardware in the RZ/G2L series. > > 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 Mon, 22 Nov 2021 11:35:53 +0000, Biju Das wrote: > Describe the WDT hardware in the RZ/G2L series. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > V2->v3: > * No change. > V1->V2: > * No Change > RFC->V1: > * Added clock-names and interrupt-names as required properties for RZ/G2L > * Re-order clocknames with internal module clock first > --- > .../bindings/watchdog/renesas,wdt.yaml | 75 ++++++++++++++----- > 1 file changed, 57 insertions(+), 18 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>