doc: release: 3.5: add a note on UART ns16550 driver changes

This adds a note on the changes related to the device
initialization macros and removal of two kconfigs.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-09-21 18:07:29 -07:00 committed by Carles Cufí
commit c1e488c2ed

View file

@ -240,6 +240,12 @@ Drivers and Sensors
* Added support for Nuvoton NuMaker M46x * Added support for Nuvoton NuMaker M46x
* NS16550: Reworked how device initialization macros.
* CONFIG_UART_NS16550_ACCESS_IOPORT and CONFIG_UART_NS16550_SIMULT_ACCESS
are removed. For UART using IO port access, add "io-mapped" property to
device tree node.
* SPI * SPI
* Remove npcx spi driver implemented by Flash Interface Unit (FIU) module. * Remove npcx spi driver implemented by Flash Interface Unit (FIU) module.