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 02d8aec commit 5598cc0Copy full SHA for 5598cc0
doc/releases/migration-guide-4.2.rst
@@ -206,6 +206,10 @@ Ethernet
206
* :c:func:`phy_configure_link` got a ``flags`` parameter. Set it to ``0`` to preserve the old
207
behavior (:github:`91354`).
208
209
+* The :dtcompatible:`microchip,vsc8541` PHY driver now expects the reset-gpios entry to specify
210
+ the GPIO_ACTIVE_LOW flag when the reset is being used as active low. Previously the active-low
211
+ nature was hard-coded into the driver. (:github:`91726`).
212
+
213
Enhanced Serial Peripheral Interface (eSPI)
214
===========================================
215
0 commit comments