[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMhs-H_Ce-+MFi5zTMg8v8dSSg5ioaTy+Pw-0QMgK++PVtEViQ@mail.gmail.com>
Date: Tue, 28 Feb 2023 05:44:21 +0100
From: Sergio Paracuellos <sergio.paracuellos@...il.com>
To: Guenter Roeck <linux@...ck-us.net>
Cc: linux-watchdog@...r.kernel.org, wim@...ux-watchdog.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
matthias.bgg@...il.com, arinc.unal@...nc9.com,
tsbogend@...ha.franken.de, p.zabel@...gutronix.de,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-mips@...r.kernel.org,
Philippe Mathieu-Daudé <philmd@...aro.org>
Subject: Re: [PATCH v7 2/5] mips: dts: ralink: mt7621: rename watchdog node
from 'wdt' into 'watchdog'
On Tue, Feb 14, 2023 at 4:12 PM Sergio Paracuellos
<sergio.paracuellos@...il.com> wrote:
>
> On Tue, Feb 14, 2023 at 4:11 PM Guenter Roeck <linux@...ck-us.net> wrote:
> >
> > On Tue, Feb 14, 2023 at 11:39:33AM +0100, Sergio Paracuellos wrote:
> > > Watchdog nodes must use 'watchdog' for node name. When a 'make dtbs_check'
> > > is performed the following warning appears:
> > >
> > > wdt@100: $nodename:0: 'wdt@...' does not match '^watchdog(@.*|-[0-9a-f])?$'
> > >
> > > Fix this warning up properly renaming the node into 'watchdog'.
> > >
> > > Reviewed-by: Arınç ÜNAL <arinc.unal@...nc9.com>
> > > Reviewed-by: Philippe Mathieu-Daudé <philmd@...aro.org>
> > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@...il.com>
> >
> > Acked-by: Guenter Roeck <linux@...ck-us.net>
> >
> > Note that we can not apply this and the next patch of the series
> > through the watchdog tree since it crosses a maintainer boundary.
>
> I was expecting Thomas to get these two arch/mips patches or get an
> Acked-by from him in order for you to apply them.
Hi Thomas,
I think you have missed this series since you have started to apply
newer stuff in mips-next. Are you ok with taking or Acking patches 2
and 3 of this series?
Thanks,
Sergio Paracuellos
>
> Thanks,
> Sergio Paracuellos
>
> >
> > Guenter
> >
> > > ---
> > > arch/mips/boot/dts/ralink/mt7621.dtsi | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
> > > index 5ca40fd21662..ac818fd721ae 100644
> > > --- a/arch/mips/boot/dts/ralink/mt7621.dtsi
> > > +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
> > > @@ -70,7 +70,7 @@ sysc: syscon@0 {
> > > "250m", "270m";
> > > };
> > >
> > > - wdt: wdt@100 {
> > > + wdt: watchdog@100 {
> > > compatible = "mediatek,mt7621-wdt";
> > > reg = <0x100 0x100>;
> > > };
> > > --
> > > 2.25.1
> > >
Powered by blists - more mailing lists