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:
parent
ef2fde857e
commit
dbd20bd039
9 changed files with 13 additions and 13 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue