Skip to content

Commit ec049bd

Browse files
jaz1-nordiccfriedt
authored andcommitted
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]>
1 parent 6d7f429 commit ec049bd

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
@@ -61,6 +61,17 @@ Device Drivers and Devicetree
6161

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

0 commit comments

Comments
 (0)