Skip to content

Commit 79f76e5

Browse files
parakatsbogend
authored andcommitted
mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
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]>
1 parent 27fd827 commit 79f76e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ralink/mt7621.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"250m", "270m";
7171
};
7272

73-
wdt: wdt@100 {
73+
wdt: watchdog@100 {
7474
compatible = "mediatek,mt7621-wdt";
7575
reg = <0x100 0x100>;
7676
};

0 commit comments

Comments
 (0)