]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: dts: ralink: mt7628a: Update watchdog node according to bindings
authorEzra Buehler <ezra.buehler@husqvarnagroup.com>
Tue, 24 Jun 2025 11:58:09 +0000 (13:58 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 2 Jul 2025 11:17:37 +0000 (13:17 +0200)
Most notably, add the mediatek,sysctl phandle and remove the redundant
reset/interrupt-related properties from the watchdog node. This is in
line with the corresponding devicetree (mt7628an.dtsi) used by the
OpenWrt project.

This has been tested on the MT7688-based GARDENA smart Gateway.

Signed-off-by: Ezra Buehler <ezra.buehler@husqvarnagroup.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7628a.dtsi

index 10221a41f02aa6c14cd7ada77e6a272f675c3128..5d7a6cfa9e2b3e74b8002822c713f2db30b54667 100644 (file)
 
                watchdog: watchdog@100 {
                        compatible = "mediatek,mt7621-wdt";
-                       reg = <0x100 0x30>;
-
-                       resets = <&sysc 8>;
-                       reset-names = "wdt";
-
-                       interrupt-parent = <&intc>;
-                       interrupts = <24>;
+                       reg = <0x100 0x100>;
+                       mediatek,sysctl = <&sysc>;
 
                        status = "disabled";
                };