diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index bd4ee35f388b..6765e42e731c 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -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 ============