From: Rosen Penev Date: Mon, 8 Jun 2026 05:32:02 +0000 (-0700) Subject: mips: dts: ar9132: fix wdt node name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ae158d31d02ff0419e9e127659f71a85f36a70e;p=thirdparty%2Flinux.git 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index c1ca03a27b6c5..b4a95b0b9b398 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi @@ -98,7 +98,7 @@ clock-output-names = "cpu", "ddr", "ahb"; }; - wdt: wdt@18060008 { + wdt: watchdog@18060008 { compatible = "qca,ar7130-wdt"; reg = <0x18060008 0x8>;