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

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

authored by

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

+6 -6
+2 -2
arch/powerpc/boot/dts/fsl/gef_ppc9a.dts
··· 82 82 reg = <0x4 0x0 0x40>; 83 83 }; 84 84 85 - wdt@4,2000 { 85 + watchdog@4,2000 { 86 86 compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00", 87 87 "gef,fpga-wdt"; 88 88 reg = <0x4 0x2000 0x8>; ··· 90 90 interrupt-parent = <&gef_pic>; 91 91 }; 92 92 /* Second watchdog available, driver currently supports one. 93 - wdt@4,2010 { 93 + watchdog@4,2010 { 94 94 compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00", 95 95 "gef,fpga-wdt"; 96 96 reg = <0x4 0x2010 0x8>;
+2 -2
arch/powerpc/boot/dts/fsl/gef_sbc310.dts
··· 79 79 reg = <0x4 0x0 0x40>; 80 80 }; 81 81 82 - wdt@4,2000 { 82 + watchdog@4,2000 { 83 83 compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00", 84 84 "gef,fpga-wdt"; 85 85 reg = <0x4 0x2000 0x8>; ··· 87 87 interrupt-parent = <&gef_pic>; 88 88 }; 89 89 /* 90 - wdt@4,2010 { 90 + watchdog@4,2010 { 91 91 compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00", 92 92 "gef,fpga-wdt"; 93 93 reg = <0x4 0x2010 0x8>;
+2 -2
arch/powerpc/boot/dts/fsl/gef_sbc610.dts
··· 82 82 reg = <0x4 0x0 0x40>; 83 83 }; 84 84 85 - wdt@4,2000 { 85 + watchdog@4,2000 { 86 86 compatible = "gef,fpga-wdt"; 87 87 reg = <0x4 0x2000 0x8>; 88 88 interrupts = <0x1a 0x4>; 89 89 interrupt-parent = <&gef_pic>; 90 90 }; 91 91 /* Second watchdog available, driver currently supports one. 92 - wdt@4,2010 { 92 + watchdog@4,2010 { 93 93 compatible = "gef,fpga-wdt"; 94 94 reg = <0x4 0x2010 0x8>; 95 95 interrupts = <0x1b 0x4>;