Skip to content

Commit

Permalink
doc: Add a new migration guide entry
Browse files Browse the repository at this point in the history
Bindings now use hyphens(-) instead of
underscores(_) as property separators.

Signed-off-by: James Roy <[email protected]>
  • Loading branch information
rruuaanng committed Jan 11, 2025
1 parent 59e7c61 commit fe05263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/releases/migration-guide-4.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Devicetree
The :kconfig:option:`CONFIG_INPUT_CAP1203_PERIOD` has been replaced with
the devicetree property ``poll-interval-ms``.
In interrupt mode, the devicetree property ``repeat`` is supported.
* Property names in devicetree and bindings use hyphens(``-``) as separators, and replacing
all previously used underscores(``_``). For local code, you can migrate property names in
bindings to use hyphens by running the ``scripts/migrate_bindings_style.py`` script.

Raspberry Pi
============
Expand Down

0 comments on commit fe05263

Please sign in to comment.