]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mips: dts: ar9132: fix wdt node name
authorRosen Penev <rosenp@gmail.com>
Mon, 8 Jun 2026 05:32:02 +0000 (22:32 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 15 Jun 2026 10:12:07 +0000 (12:12 +0200)
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>
arch/mips/boot/dts/qca/ar9132.dtsi

index c1ca03a27b6c5fcabfaacc3678bbae50d74cb361..b4a95b0b9b398f4749496a055a08e116802c8790 100644 (file)
@@ -98,7 +98,7 @@
                                clock-output-names = "cpu", "ddr", "ahb";
                        };
 
-                       wdt: wdt@18060008 {
+                       wdt: watchdog@18060008 {
                                compatible = "qca,ar7130-wdt";
                                reg = <0x18060008 0x8>;