Re: [PATCH 1/4] powerpc: 512x: Rename wdt@ node to watchdog@
From: Christophe Leroy <hidden>
Date: 2025-10-09 14:20:49
Also in:
linux-devicetree, lkml
From: Christophe Leroy <hidden>
Date: 2025-10-09 14:20:49
Also in:
linux-devicetree, lkml
Le 18/04/2025 à 21:28, J. Neuschäfer via B4 Relay a écrit :
From: "J. Neuschäfer" <redacted> The watchdog.yaml schema prescribes a node name of "timer" or "watchdog" rather than the abbreviation "wdt". Signed-off-by: J. Neuschäfer <redacted>
Reviewed-by: Christophe Leroy <redacted>
--- arch/powerpc/boot/dts/mpc5121.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/arch/powerpc/boot/dts/mpc5121.dtsi b/arch/powerpc/boot/dts/mpc5121.dtsi index d3fc8062fbcd7b959a7edf17c8e9a28086034d69..a278fb7b9e71182582f658b30c2ea4e962edd7b7 100644 --- a/arch/powerpc/boot/dts/mpc5121.dtsi +++ b/arch/powerpc/boot/dts/mpc5121.dtsi@@ -112,7 +112,7 @@ ipic: interrupt-controller@c00 { }; /* Watchdog timer */ - wdt@900 { + watchdog@900 { compatible = "fsl,mpc5121-wdt"; reg = <0x900 0x100>; };