File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,6 @@ Controller Area Network (CAN)
226226 (:github: `103679 `).
227227
228228Counter
229- =======
230229
231230* Drivers that implement ``get_value_64 `` API will now need to select
232231 :kconfig:option: `CONFIG_COUNTER_SUPPORTS_64BITS_TICKS ` and applications will need
@@ -499,6 +498,15 @@ Ethernet
499498 reworked to be used as active low, you may have to set the pin as
500499 ``GPIO_ACTIVE_LOW `` in devicetree (:github: `100751 `).
501500
501+ * The Xilinx GEM Ethernet driver (:dtcompatible: `xlnx,gem `) has been switched over to use the
502+ current MDIO and PHY facilities, splitting up the driver's implementation into separate
503+ MDIO and Ethernet MAC drivers. The driver's custom PHY management code has been removed.
504+ The types of Ethernet PHYs supported by the removed custom code, the Marvell Alaska GBit
505+ PHY family and the TI TLK105/DP83822 100 MBit PHYs are both covered by the standard
506+ (:dtcompatible: `ethernet-phy `) driver. The QEMU targets which emulate the Xilinx GEM have
507+ been updated accordingly, as have been the device trees of the Zynq-7000 and ZynqMP /
508+ UltraScale+ SoC families.
509+
502510File System
503511===========
504512
You can’t perform that action at this time.
0 commit comments