Skip to content

Commit a193ee5

Browse files
committed
[nrf fromtree] doc: update migration guide for Nordic comparator changes
Migration guide is updated to report the changes that has been introduced in the nordic,nrf-comp and nordic,nrf-lpcomp bindings. `psel` and `extrefsel` properties type has been changed to integer. Signed-off-by: Jakub Zymelka <[email protected]> (cherry picked from commit ec049bdb68371e9c303eb6048841cec4fea8b18d)
1 parent 221360c commit a193ee5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ Device Drivers and Devicetree
5858

5959
.. zephyr-keep-sorted-start re(^\w)
6060
61+
Comparator
62+
==========
63+
64+
* :dtcompatible:`nordic,nrf-comp` and :dtcompatible:`nordic,nrf-lpcomp` ``psel`` and ``extrefsel``
65+
properties type has been changed to integer. The value of these properties is in the range
66+
of :c:macro:`NRF_COMP_AIN0` to :c:macro:`NRF_COMP_AIN_VDDH_DIV5`, where :c:macro:`NRF_COMP_AIN0`
67+
to :c:macro:`NRF_COMP_AIN7` represent the external inputs AIN0 to AIN7,
68+
:c:macro:`NRF_COMP_AIN_VDD_DIV2` represents internal reference VDD/2,
69+
and :c:macro:`NRF_COMP_AIN_VDDH_DIV5` represents VDDH/5.
70+
The old ``string`` properties type is deprecated.
71+
6172
Phy
6273
===
6374

0 commit comments

Comments
 (0)