Skip to content

Commit 1e79c33

Browse files
akemnadekhilman
authored andcommitted
ARM: dts: ti/omap: omap*: fix watchdog node names
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>
1 parent 9da91ec commit 1e79c33

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/ti/omap/omap2430.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
interrupts = <93>;
333333
};
334334

335-
wd_timer2: wdt@49016000 {
335+
wd_timer2: watchdog@49016000 {
336336
compatible = "ti,omap2-wdt";
337337
ti,hwmods = "wd_timer2";
338338
reg = <0x49016000 0x80>;

arch/arm/boot/dts/ti/omap/omap3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
status = "disabled";
554554
};
555555

556-
wdt2: wdt@48314000 {
556+
wdt2: watchdog@48314000 {
557557
compatible = "ti,omap3-wdt";
558558
reg = <0x48314000 0x80>;
559559
ti,hwmods = "wd_timer2";

arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
ranges = <0x0 0x30000 0x1000>,
280280
<0x49030000 0x49030000 0x1000>;
281281

282-
wdt3: wdt@0 {
282+
wdt3: watchdog@0 {
283283
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
284284
reg = <0x0 0x80>;
285285
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;

arch/arm/boot/dts/ti/omap/omap4-l4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
#size-cells = <1>;
11341134
ranges = <0x0 0x4000 0x1000>;
11351135

1136-
wdt2: wdt@0 {
1136+
wdt2: watchdog@0 {
11371137
compatible = "ti,omap4-wdt", "ti,omap3-wdt";
11381138
reg = <0x0 0x80>;
11391139
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;

arch/arm/boot/dts/ti/omap/omap5-l4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@
23932393
#size-cells = <1>;
23942394
ranges = <0x0 0x4000 0x1000>;
23952395

2396-
wdt2: wdt@0 {
2396+
wdt2: watchdog@0 {
23972397
compatible = "ti,omap5-wdt", "ti,omap3-wdt";
23982398
reg = <0x0 0x80>;
23992399
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)