Message ID | 20231204172510.35041-2-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Convert DA906{1,2} bindings to json-schema | expand |
On Mon, Dec 4, 2023 at 6:25 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Update watchdog description by referring to dlg,da9062-watchdog binding > file. > > Update MAINTAINERS entries. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > v3.1: > Merged with patch#8 from v2. Fixes: bd888a4377ae1030 ("dt-bindings: watchdog: da9062-wdt: convert txt to yaml") Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
Hi Geert, Thanks for the feedback. > -----Original Message----- > From: Geert Uytterhoeven <geert@linux-m68k.org> > Sent: Tuesday, December 5, 2023 8:30 AM > Subject: Re: [PATCH v3.1 1/8] dt-bindings: mfd: da9062: Update watchdog > description > > On Mon, Dec 4, 2023 at 6:25 PM Biju Das <biju.das.jz@bp.renesas.com> > wrote: > > Update watchdog description by referring to dlg,da9062-watchdog > > binding file. > > > > Update MAINTAINERS entries. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > --- > > v3.1: > > Merged with patch#8 from v2. > > Fixes: bd888a4377ae1030 ("dt-bindings: watchdog: da9062-wdt: convert txt > to yaml") OK will add fixes tag. Cheers, Biju > 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, Dec 04, 2023 at 05:25:03PM +0000, Biju Das wrote: > Update watchdog description by referring to dlg,da9062-watchdog binding > file. > > Update MAINTAINERS entries. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/mfd/da9062.txt b/Documentation/devicetree/bindings/mfd/da9062.txt index e4eedd3bd233..18463b7fbb42 100644 --- a/Documentation/devicetree/bindings/mfd/da9062.txt +++ b/Documentation/devicetree/bindings/mfd/da9062.txt @@ -86,7 +86,7 @@ Sub-nodes: - onkey : See ../input/da9062-onkey.txt -- watchdog: See ../watchdog/da9062-wdt.txt +- watchdog: See ../watchdog/dlg,da9062-watchdog.yaml - thermal : See ../thermal/da9062-thermal.txt diff --git a/MAINTAINERS b/MAINTAINERS index 2f1cbb9917ec..fa3965f1bf0e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6119,7 +6119,7 @@ F: Documentation/devicetree/bindings/regulator/dlg,da9*.yaml F: Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml F: Documentation/devicetree/bindings/sound/da[79]*.txt F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt -F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt +F: Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml F: Documentation/hwmon/da90??.rst F: drivers/gpio/gpio-da90??.c F: drivers/hwmon/da90??-hwmon.c
Update watchdog description by referring to dlg,da9062-watchdog binding file. Update MAINTAINERS entries. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- v3.1: Merged with patch#8 from v2. v3: New patch --- Documentation/devicetree/bindings/mfd/da9062.txt | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)