Skip to content

Commit dcf7bac

Browse files
edybostinanxpfrankli
authored andcommitted
ARM: dts: nxp: imx51-ts4800: Rename wdt node to watchdog
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>
1 parent 6570a63 commit dcf7bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx51-ts4800.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
reg = <0x10000 0x3d>;
156156
reg-io-width = <2>;
157157

158-
wdt {
158+
watchdog {
159159
compatible = "technologic,ts4800-wdt";
160160
syscon = <&syscon 0xe>;
161161
};

0 commit comments

Comments
 (0)