Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B85F1C64EC4 for ; Tue, 28 Feb 2023 22:19:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229981AbjB1WTV (ORCPT ); Tue, 28 Feb 2023 17:19:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbjB1WTQ (ORCPT ); Tue, 28 Feb 2023 17:19:16 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C7D07211F2; Tue, 28 Feb 2023 14:19:10 -0800 (PST) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1pX8JQ-000338-01; Tue, 28 Feb 2023 23:19:08 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id A88F4C1149; Tue, 28 Feb 2023 23:15:40 +0100 (CET) Date: Tue, 28 Feb 2023 23:15:40 +0100 From: Thomas Bogendoerfer To: Sergio Paracuellos Cc: linux-watchdog@vger.kernel.org, wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, arinc.unal@arinc9.com, p.zabel@pengutronix.de, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH v7 2/5] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog' Message-ID: <20230228221540.GB15457@alpha.franken.de> References: <20230214103936.1061078-1-sergio.paracuellos@gmail.com> <20230214103936.1061078-3-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230214103936.1061078-3-sergio.paracuellos@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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@100' does not match '^watchdog(@.*|-[0-9a-f])?$' > > Fix this warning up properly renaming the node into 'watchdog'. > > Reviewed-by: Arınç ÜNAL > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Sergio Paracuellos > --- > 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 applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]