From: Sergio Paracuellos Date: Tue, 14 Feb 2023 10:39:33 +0000 (+0100) Subject: mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79f76e574c3690261d6165f008b7054e54c6dca9;p=linux.git 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 Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Sergio Paracuellos Acked-by: Guenter Roeck Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 290d47fbcfbb7..c16295d27fa67 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -70,7 +70,7 @@ "250m", "270m"; }; - wdt: wdt@100 { + wdt: watchdog@100 { compatible = "mediatek,mt7621-wdt"; reg = <0x100 0x100>; };