Skip to content

Commit 39fe29e

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: 86xx: Rename wdt@ nodes to watchdog@
The watchdog.yaml schema prescribes a node name of "timer" or "watchdog" rather than the abbreviation "wdt". Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20250418-watchdog-v1-3-987ff2046272@posteo.net
1 parent cc156be commit 39fe29e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/powerpc/boot/dts/fsl/gef_ppc9a.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
reg = <0x4 0x0 0x40>;
8383
};
8484

85-
wdt@4,2000 {
85+
watchdog@4,2000 {
8686
compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
8787
"gef,fpga-wdt";
8888
reg = <0x4 0x2000 0x8>;
8989
interrupts = <0x1a 0x4>;
9090
interrupt-parent = <&gef_pic>;
9191
};
9292
/* Second watchdog available, driver currently supports one.
93-
wdt@4,2010 {
93+
watchdog@4,2010 {
9494
compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
9595
"gef,fpga-wdt";
9696
reg = <0x4 0x2010 0x8>;

arch/powerpc/boot/dts/fsl/gef_sbc310.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
reg = <0x4 0x0 0x40>;
8080
};
8181

82-
wdt@4,2000 {
82+
watchdog@4,2000 {
8383
compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
8484
"gef,fpga-wdt";
8585
reg = <0x4 0x2000 0x8>;
8686
interrupts = <0x1a 0x4>;
8787
interrupt-parent = <&gef_pic>;
8888
};
8989
/*
90-
wdt@4,2010 {
90+
watchdog@4,2010 {
9191
compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
9292
"gef,fpga-wdt";
9393
reg = <0x4 0x2010 0x8>;

arch/powerpc/boot/dts/fsl/gef_sbc610.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
reg = <0x4 0x0 0x40>;
8383
};
8484

85-
wdt@4,2000 {
85+
watchdog@4,2000 {
8686
compatible = "gef,fpga-wdt";
8787
reg = <0x4 0x2000 0x8>;
8888
interrupts = <0x1a 0x4>;
8989
interrupt-parent = <&gef_pic>;
9090
};
9191
/* Second watchdog available, driver currently supports one.
92-
wdt@4,2010 {
92+
watchdog@4,2010 {
9393
compatible = "gef,fpga-wdt";
9494
reg = <0x4 0x2010 0x8>;
9595
interrupts = <0x1b 0x4>;

0 commit comments

Comments
 (0)