doc: release-notes-3.6: MDIO changes

Add changes to 3.6 release notes for MDIO drivers

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-02-16 15:54:07 -06:00 committed by Henrik Brix Andersen
parent 5dad8d72ee
commit 5a3c77e746
1 changed files with 10 additions and 0 deletions

View File

@ -474,6 +474,16 @@ Drivers and Sensors
* New driver :dtcompatible:`analog-axis`.
* Added ESP32 touch sensor driver including a :dtcompatible:`espressif,esp32-touch`.
* MDIO
* Fixed initialization priorities of NXP s32 NETC drivers.
* Fixed SAM GMAC transfer timeout errors caused by MDIO clock not being initialized.
* Fixed ESP32 MDIO driver being enabled when node was not status okay.
* Added support for C22 and C45 APIs on S32 GMAC.
* Added MDIO driver for NXP ENET peripheral.
* Added xmc4xxx MDIO drivers.
* Fixed build errors caused by mdio.h driver header not including errno.h
* PCIE
* Fixed MMIO size calculation by disabling IO/memory decoding beforehand.