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

powerpc: 512x: Rename wdt@ node 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-1-987ff2046272@posteo.net

authored by

J. Neuschäfer and committed by
Madhavan Srinivasan
0070b2cb 825ce89a

+1 -1
+1 -1
arch/powerpc/boot/dts/mpc5121.dtsi
··· 112 112 }; 113 113 114 114 /* Watchdog timer */ 115 - wdt@900 { 115 + watchdog@900 { 116 116 compatible = "fsl,mpc5121-wdt"; 117 117 reg = <0x900 0x100>; 118 118 };