We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d371d commit ad67407Copy full SHA for ad67407
doc/releases/migration-guide-4.2.rst
@@ -211,6 +211,10 @@ Ethernet
211
* :c:func:`phy_configure_link` got a ``flags`` parameter. Set it to ``0`` to preserve the old
212
behavior (:github:`91354`).
213
214
+* The :dtcompatible:`microchip,vsc8541` PHY driver now expects the reset-gpios entry to specify
215
+ the GPIO_ACTIVE_LOW flag when the reset is being used as active low. Previously the active-low
216
+ nature was hard-coded into the driver. (:github:`91726`).
217
+
218
Enhanced Serial Peripheral Interface (eSPI)
219
===========================================
220
0 commit comments