Skip to content

Commit 160389b

Browse files
committed
doc: releases: document radio binding renames in 4.4
Add migration guide and release notes entries for the radio-related devicetree binding renames: - generic-fem-two-ctrl-pins -> radio-fem-two-ctrl-pins - gpio-radio-coex -> radio-gpio-coex - tx-high-power-supported -> radio-tx-high-power-supported Also document the new radio.yaml base binding for generic radio hardware capabilities. Signed-off-by: Ivan Pankratov <[email protected]>
1 parent e77ae29 commit 160389b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Boards
3232
Device Drivers and Devicetree
3333
*****************************
3434

35+
Radio
36+
=====
37+
38+
* The following devicetree bindings have been renamed for consistency with the ``radio-`` prefix:
39+
40+
* :dtcompatible:`generic-fem-two-ctrl-pins` is now :dtcompatible:`radio-fem-two-ctrl-pins`
41+
* :dtcompatible:`gpio-radio-coex` is now :dtcompatible:`radio-gpio-coex`
42+
43+
* A new :dtcompatible:`radio.yaml` base binding has been introduced for generic radio hardware
44+
capabilities. The ``tx-high-power-supported`` property has been renamed to
45+
``radio-tx-high-power-supported`` for consistency.
46+
47+
* Device trees and overlays using the old compatible strings must be updated to use the new names.
48+
3549
Bluetooth
3650
*********
3751

doc/releases/release-notes-4.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ New Drivers
8989
Same as above, this will also be recomputed at the time of the release.
9090
Just link the driver, further details go in the binding description
9191
92+
* Radio
93+
94+
* :dtcompatible:`radio-fem-two-ctrl-pins` (renamed from ``generic-fem-two-ctrl-pins``)
95+
* :dtcompatible:`radio-gpio-coex` (renamed from ``gpio-radio-coex``)
96+
9297
New Samples
9398
***********
9499

0 commit comments

Comments
 (0)