Skip to content

Commit 502e60a

Browse files
committed
doc: Add a new migration guide entry
Bindings now use hyphens(-) instead of underscores(_) as property separators. Signed-off-by: James Roy <rruuaanng@outlook.com>
1 parent af879bb commit 502e60a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ Devicetree
9797
superfamily. Therefore, any dts files for boards that use Series 2 SoCs will need to change their
9898
include from ``#include <silabs/some_soc.dtsi>`` to ``#include <silabs/xg2[1-9]/some_soc.dtsi>``.
9999

100+
* Property names in devicetree and bindings use hyphens(``-``) as separators, and replacing
101+
all previously used underscores(``_``). For local code, you can migrate property names in
102+
bindings to use hyphens by running the ``scripts/migrate_bindings_style.py`` script.
103+
104+
100105
DAI
101106
===
102107

0 commit comments

Comments
 (0)