mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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
This commit is contained in:
parent
39fe29e7f2
commit
af6850ac9e
|
|
@ -94,7 +94,7 @@ gef_gpio: gpio@4,400 {
|
|||
gpio-controller;
|
||||
};
|
||||
|
||||
wdt@4,800 {
|
||||
watchdog@4,800 {
|
||||
compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
|
||||
"gef,fpga-wdt";
|
||||
reg = <0x4 0x800 0x8>;
|
||||
|
|
@ -103,7 +103,7 @@ wdt@4,800 {
|
|||
};
|
||||
|
||||
/* Second watchdog available, driver currently supports one.
|
||||
wdt@4,808 {
|
||||
watchdog@4,808 {
|
||||
compatible = "gef,imp3a-fpga-wdt", "gef,fpga-wdt-1.00",
|
||||
"gef,fpga-wdt";
|
||||
reg = <0x4 0x808 0x8>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user