docs: migration_guide_4_1: migration guide entry for renamed properties

add migration guide for following renamed variables
 - ``en_spreadcycle`` to ``en-spreadcycle``
- ``i_scale_analog`` to ``i-scale-analog``
- ``index_optw``to ``index-otpw```
- ``ìndex_step`` to ``index-step``
- ``internal_rsense`` to ``internal-rsense``
- ``lock_gconf`` to ``lock-gconf``
- ``mstep_reg_select`` to ``mstep-reg-select``
- ``pdn_disable`` to ``pdn-disable``
- ``poscmp_enable`` to ``poscmp-enable``
- ``test_mode`` to ``test-mode``

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
Jilay Pandya 2025-01-16 11:56:45 +01:00 committed by Benjamin Cabé
parent dfdbc77787
commit 1b392779d7

View file

@ -300,6 +300,16 @@ Stepper
:kconfig:option:`STEPPER_ADI_TMC5041_RAMP_GEN` option.
* To control the velocity for :dtcompatible:`adi,tmc5041` stepper driver, use
:c:func:`tmc5041_stepper_set_max_velocity` or :c:func:`tmc5041_stepper_set_ramp`.
* Renamed the DeviceTree property ``en_spreadcycle`` to ``en-spreadcycle``.
* Renamed the DeviceTree property ``i_scale_analog`` to ``i-scale-analog``.
* Renamed the DeviceTree property ``index_optw`` to ``index-otpw``.
* Renamed the DeviceTree property ``ìndex_step`` to ``index-step``.
* Renamed the DeviceTree property ``internal_rsense`` to ``internal-rsense``.
* Renamed the DeviceTree property ``lock_gconf`` to ``lock-gconf``.
* Renamed the DeviceTree property ``mstep_reg_select`` to ``mstep-reg-select``.
* Renamed the DeviceTree property ``pdn_disable`` to ``pdn-disable``.
* Renamed the DeviceTree property ``poscmp_enable`` to ``poscmp-enable``.
* Renamed the DeviceTree property ``test_mode`` to ``test-mode``.
SPI
===