]> git.itanic.dy.fi Git - linux-stable/commitdiff
mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Tue, 14 Feb 2023 10:39:33 +0000 (11:39 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 28 Feb 2023 22:09:15 +0000 (23:09 +0100)
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 <arinc.unal@arinc9.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7621.dtsi

index 290d47fbcfbb79bdadf44077a3cd37d2283076f2..c16295d27fa6750e082a614c11893c089774a908 100644 (file)
@@ -70,7 +70,7 @@ sysc: syscon@0 {
                                             "250m", "270m";
                };
 
-               wdt: wdt@100 {
+               wdt: watchdog@100 {
                        compatible = "mediatek,mt7621-wdt";
                        reg = <0x100 0x100>;
                };