Skip to content

Commit dbfa0d6

Browse files
committed
doc: releases: add migration guide entry
Add description of the changes made to the 4.4 migration guide. Signed-off-by: Immo Birnbaum <mail@birnbaum.immo>
1 parent 8d04c5e commit dbfa0d6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎doc/releases/migration-guide-4.4.rst‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ Controller Area Network (CAN)
226226
(:github:`103679`).
227227

228228
Counter
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+
502510
File System
503511
===========
504512

0 commit comments

Comments
 (0)