docs: migration-guide: Add NXP LPADC driver update info

Add NXP LPADC (nxp,lpc-lpadc) driver update info.

Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
This commit is contained in:
Zhaoxiang Jin 2024-06-27 23:57:37 +08:00 committed by Anas Nashif
commit 2bd4151ac6
2 changed files with 10 additions and 0 deletions

View file

@ -266,6 +266,12 @@ Device Drivers and Devicetree
* `st,lis2mdl` property `spi-full-duplex` changed to `duplex = * `st,lis2mdl` property `spi-full-duplex` changed to `duplex =
SPI_FULL_DUPLEX`. Full duplex is now the default. SPI_FULL_DUPLEX`. Full duplex is now the default.
* The DT property ``nxp,reference-supply`` of :dtcompatible:`nxp,lpc-lpadc` driver has
been removed, users should remove this property from their devicetree if it is present.
Added new phandle-array type DT property ``nxp,references``, the user can use this
property to specify the reference voltage and reference voltage value to be used by
the lpadc. (:github:`75005`)
Analog-to-Digital Converter (ADC) Analog-to-Digital Converter (ADC)
================================= =================================

View file

@ -392,6 +392,10 @@ Drivers and Sensors
* Added support for STM32H7R/S series. * Added support for STM32H7R/S series.
* Changed phandle type DT property ``nxp,reference-supply`` to phandle-array type DT property
``nxp,references`` in ``nxp,lpc-lpadc`` binding. The NXP LPADC driver now supports passing
the reference voltage value by using ``nxp,references``.
* Auxiliary Display * Auxiliary Display
* Audio * Audio