Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

J. Neuschäfer and committed by
Madhavan Srinivasan
af6850ac 39fe29e7

+2 -2
+2 -2
arch/powerpc/boot/dts/fsl/ge_imp3a.dts
··· 94 94 gpio-controller; 95 95 }; 96 96 97 - wdt@4,800 { 97 + watchdog@4,800 { 98 98 compatible = "ge,imp3a-fpga-wdt", "gef,fpga-wdt-1.00", 99 99 "gef,fpga-wdt"; 100 100 reg = <0x4 0x800 0x8>; ··· 103 103 }; 104 104 105 105 /* Second watchdog available, driver currently supports one. 106 - wdt@4,808 { 106 + watchdog@4,808 { 107 107 compatible = "gef,imp3a-fpga-wdt", "gef,fpga-wdt-1.00", 108 108 "gef,fpga-wdt"; 109 109 reg = <0x4 0x808 0x8>;