dts: bindings: Rename nxp,kinetis-lptmr compat
Rename nxp,kinetis-lptmr compat to nxp,lptmr. Because of concerns over breaking downstream users, keep support for the old compatible temporarily and make it clear it should be changed. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
75165050f7
commit
eae316ebc9
4 changed files with 27 additions and 3 deletions
8
dts/bindings/counter/nxp,kinetis-lptmr.yaml
Normal file
8
dts/bindings/counter/nxp,kinetis-lptmr.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copyright 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Deprecated compatible for NXP LPTMR
|
||||
|
||||
compatible: "nxp,kinetis-lptmr"
|
||||
|
||||
include: nxp,lptmr.yaml
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright (c) 2020 Vestas Wind Systems A/S
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Kinetis LPTMR
|
||||
description: NXP LPTMR
|
||||
|
||||
compatible: "nxp,kinetis-lptmr"
|
||||
compatible: "nxp,lptmr"
|
||||
|
||||
include: rtc.yaml
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue