]> Git Repo - linux.git/commitdiff
mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
authorSergio Paracuellos <[email protected]>
Tue, 14 Feb 2023 10:39:33 +0000 (11:39 +0100)
committerThomas Bogendoerfer <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Sergio Paracuellos <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
arch/mips/boot/dts/ralink/mt7621.dtsi

index 290d47fbcfbb79bdadf44077a3cd37d2283076f2..c16295d27fa6750e082a614c11893c089774a908 100644 (file)
@@ -70,7 +70,7 @@
                                             "250m", "270m";
                };
 
-               wdt: wdt@100 {
+               wdt: watchdog@100 {
                        compatible = "mediatek,mt7621-wdt";
                        reg = <0x100 0x100>;
                };
This page took 0.054724 seconds and 4 git commands to generate.