mips: dts: ar9132: fix wdt node name

Fixes the following warning:

$nodename:0: 'wdt@18060008' does not match
'^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$'
from schema $id: http://devicetree.org/schemas/watchdog/qca,ar7130-wdt.yaml#

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Rosen Penev
2026-06-15 12:12:07 +02:00
committed by Thomas Bogendoerfer
parent 10fd82791f
commit 5ae158d31d
+1 -1
View File
@@ -98,7 +98,7 @@
clock-output-names = "cpu", "ddr", "ahb";
};
wdt: wdt@18060008 {
wdt: watchdog@18060008 {
compatible = "qca,ar7130-wdt";
reg = <0x18060008 0x8>;