Skip to content

Commit 64521d5

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 95106 Signed-off-by: Jakub Zymelka <[email protected]>
1 parent b13ffc2 commit 64521d5

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)