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
This commit is contained in:
J. Neuschäfer 2025-04-18 21:28:53 +02:00 committed by Madhavan Srinivasan
parent cc156be1e7
commit 39fe29e7f2
3 changed files with 6 additions and 6 deletions

View File

@ -82,7 +82,7 @@ fpga@4,0 {
reg = <0x4 0x0 0x40>;
};
wdt@4,2000 {
watchdog@4,2000 {
compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
"gef,fpga-wdt";
reg = <0x4 0x2000 0x8>;
@ -90,7 +90,7 @@ wdt@4,2000 {
interrupt-parent = <&gef_pic>;
};
/* Second watchdog available, driver currently supports one.
wdt@4,2010 {
watchdog@4,2010 {
compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00",
"gef,fpga-wdt";
reg = <0x4 0x2010 0x8>;

View File

@ -79,7 +79,7 @@ fpga@4,0 {
reg = <0x4 0x0 0x40>;
};
wdt@4,2000 {
watchdog@4,2000 {
compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
"gef,fpga-wdt";
reg = <0x4 0x2000 0x8>;
@ -87,7 +87,7 @@ wdt@4,2000 {
interrupt-parent = <&gef_pic>;
};
/*
wdt@4,2010 {
watchdog@4,2010 {
compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00",
"gef,fpga-wdt";
reg = <0x4 0x2010 0x8>;

View File

@ -82,14 +82,14 @@ fpga@4,0 {
reg = <0x4 0x0 0x40>;
};
wdt@4,2000 {
watchdog@4,2000 {
compatible = "gef,fpga-wdt";
reg = <0x4 0x2000 0x8>;
interrupts = <0x1a 0x4>;
interrupt-parent = <&gef_pic>;
};
/* Second watchdog available, driver currently supports one.
wdt@4,2010 {
watchdog@4,2010 {
compatible = "gef,fpga-wdt";
reg = <0x4 0x2010 0x8>;
interrupts = <0x1b 0x4>;