]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ti/omap: omap*: fix watchdog node names
authorAndreas Kemnade <andreas@kemnade.info>
Wed, 24 Dec 2025 09:34:57 +0000 (10:34 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 5 Jan 2026 20:10:17 +0000 (12:10 -0800)
Watchdog nodes should be named watchdog@ and not wdg@. Fix that.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://patch.msgid.link/20251224093457.558477-1-andreas@kemnade.info
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/omap2430.dtsi
arch/arm/boot/dts/ti/omap/omap3.dtsi
arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi
arch/arm/boot/dts/ti/omap/omap4-l4.dtsi
arch/arm/boot/dts/ti/omap/omap5-l4.dtsi

index b9a9e6e45266fd6615ca742742c9a0f076e262b8..222613d2a4d188828690bda11ac26a9d24eedb5e 100644 (file)
                        interrupts = <93>;
                };
 
-               wd_timer2: wdt@49016000 {
+               wd_timer2: watchdog@49016000 {
                        compatible = "ti,omap2-wdt";
                        ti,hwmods = "wd_timer2";
                        reg = <0x49016000 0x80>;
index 817474ee2d13c52466f899cb7acdbce8290c3902..959069e247300bb2527a6b7b0fd3fbdf9f9a6f21 100644 (file)
                        status = "disabled";
                };
 
-               wdt2: wdt@48314000 {
+               wdt2: watchdog@48314000 {
                        compatible = "ti,omap3-wdt";
                        reg = <0x48314000 0x80>;
                        ti,hwmods = "wd_timer2";
index 59f546a278f87c013e8cbb74ba6dd8607e65ddcb..78ac3d4eceb5be92421e51e6f6849a53cc91bdae 100644 (file)
                        ranges = <0x0 0x30000 0x1000>,
                                 <0x49030000 0x49030000 0x1000>;
 
-                       wdt3: wdt@0 {
+                       wdt3: watchdog@0 {
                                compatible = "ti,omap4-wdt", "ti,omap3-wdt";
                                reg = <0x0 0x80>;
                                interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
index 4ee53dfb71b477006cb13cc8223b0088db1b6ca4..4881dd6743930dee65eaeab802d1e3766f480ce0 100644 (file)
                        #size-cells = <1>;
                        ranges = <0x0 0x4000 0x1000>;
 
-                       wdt2: wdt@0 {
+                       wdt2: watchdog@0 {
                                compatible = "ti,omap4-wdt", "ti,omap3-wdt";
                                reg = <0x0 0x80>;
                                interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
index 9f6100c7c34d1ddaddf21930d1abe528c9ca9a36..487259132ebfd374584f50d57681e6b4fbcd5862 100644 (file)
                        #size-cells = <1>;
                        ranges = <0x0 0x4000 0x1000>;
 
-                       wdt2: wdt@0 {
+                       wdt2: watchdog@0 {
                                compatible = "ti,omap5-wdt", "ti,omap3-wdt";
                                reg = <0x0 0x80>;
                                interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;