From: J. Neuschäfer Date: Fri, 18 Apr 2025 19:28:51 +0000 (+0200) Subject: powerpc: 512x: Rename wdt@ node to watchdog@ X-Git-Tag: v6.19-rc1~106^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0070b2cbfe7389159669c3a5bb23d2ef89043055;p=thirdparty%2Flinux.git 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 Reviewed-by: Christophe Leroy Signed-off-by: Madhavan Srinivasan Link: https://patch.msgid.link/20250418-watchdog-v1-1-987ff2046272@posteo.net --- diff --git a/arch/powerpc/boot/dts/mpc5121.dtsi b/arch/powerpc/boot/dts/mpc5121.dtsi index d3fc8062fbcd7..a278fb7b9e711 100644 --- a/arch/powerpc/boot/dts/mpc5121.dtsi +++ b/arch/powerpc/boot/dts/mpc5121.dtsi @@ -112,7 +112,7 @@ }; /* Watchdog timer */ - wdt@900 { + watchdog@900 { compatible = "fsl,mpc5121-wdt"; reg = <0x900 0x100>; };