Browse Source
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>pull/82453/head
9 changed files with 13 additions and 13 deletions
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
||||
# Copyright (c) 2019 Vestas Wind Systems A/S |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: Kinetis watchdog (WDOG32) |
||||
description: NXP watchdog (WDOG32) |
||||
|
||||
compatible: "nxp,kinetis-wdog32" |
||||
compatible: "nxp,wdog32" |
||||
|
||||
include: base.yaml |
||||
|
Loading…
Reference in new issue