dts: bindings: rename nxp,kinetis-wdog32 compatible

Rename "nxp,kinetis-wdog32" compatible to "nxp,wdog32" to remove the
device family from its name.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2024-11-24 14:27:24 +07:00 committed by Fabio Baltieri
commit dbd20bd039
9 changed files with 13 additions and 13 deletions

View file

@ -264,7 +264,7 @@
};
wdog0: watchdog@1a000 {
compatible = "nxp,kinetis-wdog32";
compatible = "nxp,wdog32";
reg = <0x1a000 16>;
interrupts = <23 0>;
clocks = <&scg SCG_K4_SYSOSC_CLK 0x68>;
@ -274,7 +274,7 @@
};
wdog1: watchdog@1b000 {
compatible = "nxp,kinetis-wdog32";
compatible = "nxp,wdog32";
reg = <0x1b000 16>;
interrupts = <24 0>;
clocks = <&scg SCG_K4_SYSOSC_CLK 0x6c>;