mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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>
This commit is contained in:
parent
6570a6354b
commit
dcf7bac8c2
|
|
@ -155,7 +155,7 @@ syscon: syscon@10000 {
|
|||
reg = <0x10000 0x3d>;
|
||||
reg-io-width = <2>;
|
||||
|
||||
wdt {
|
||||
watchdog {
|
||||
compatible = "technologic,ts4800-wdt";
|
||||
syscon = <&syscon 0xe>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user