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
|
@ -82,8 +82,8 @@
|
|||
#define WDT_NODE DT_INST(0, espressif_esp32_watchdog)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(silabs_gecko_wdog)
|
||||
#define WDT_NODE DT_INST(0, silabs_gecko_wdog)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_kinetis_wdog32)
|
||||
#define WDT_NODE DT_INST(0, nxp_kinetis_wdog32)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nxp_wdog32)
|
||||
#define WDT_NODE DT_INST(0, nxp_wdog32)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(microchip_xec_watchdog)
|
||||
#define WDT_NODE DT_INST(0, microchip_xec_watchdog)
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(nuvoton_npcx_watchdog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue