]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: nxp: imx51-ts4800: Rename wdt node to watchdog
authorEduard Bostina <egbostina@gmail.com>
Mon, 23 Mar 2026 17:59:45 +0000 (19:59 +0200)
committerFrank Li <Frank.Li@nxp.com>
Mon, 1 Jun 2026 14:54:29 +0000 (10:54 -0400)
The Technologic Systems TS-4800 watchdog node was previously named 'wdt',
which violates the core watchdog.yaml schema expecting generic node names.

Rename the node to 'watchdog' to fix the following dtbs_check warning:
'wdt' does not match '^(pmic|timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$'

Signed-off-by: Eduard Bostina <egbostina@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx51-ts4800.dts

index 079bd3d14999f96ef141964a10f492cb2920d9b5..4427d178be2c0e00bb772c720585930f49e88764 100644 (file)
                        reg = <0x10000 0x3d>;
                        reg-io-width = <2>;
 
-                       wdt {
+                       watchdog {
                                compatible = "technologic,ts4800-wdt";
                                syscon = <&syscon 0xe>;
                        };