Skip to content

Commit af6850a

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: p2020: 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-4-987ff2046272@posteo.net
1 parent 39fe29e commit af6850a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/powerpc/boot/dts/fsl/ge_imp3a.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
gpio-controller;
9595
};
9696

97-
wdt@4,800 {
97+
watchdog@4,800 {
9898
compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
9999
"gef,fpga-wdt";
100100
reg = <0x4 0x800 0x8>;
@@ -103,7 +103,7 @@
103103
};
104104

105105
/* Second watchdog available, driver currently supports one.
106-
wdt@4,808 {
106+
watchdog@4,808 {
107107
compatible = "gef,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
108108
"gef,fpga-wdt";
109109
reg = <0x4 0x808 0x8>;

0 commit comments

Comments
 (0)