From: "J. Neuschäfer" <j...@posteo.net> The watchdog.yaml schema prescribes a node name of "timer" or "watchdog" rather than the abbreviation "wdt".
Signed-off-by: J. Neuschäfer <j...@posteo.net> --- 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>; }; -- 2.48.0.rc1.219.gb6b6757d772