Skip to content

Commit ae14cb6

Browse files
committed
doc: releases: migration-guide-4.4: Add compatibles with MAC config support
Add ethernet driver compatibles to the migration guide that have support for MAC address configuration. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 7011407 commit ae14cb6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,21 @@ Ethernet
4545
* Driver MAC address configuration support using :c:struct:`net_eth_mac_config` has been introduced
4646
for the following drivers:
4747

48-
* :dtcompatible:`vnd,ethernet` (:github:`96598`)
49-
5048
* :dtcompatible:`atmel,sam-gmac` and :dtcompatible:`atmel,sam0-gmac` (:github:`96598`)
5149

5250
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM``
5351
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS``
5452
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS_SIZE``
5553
* Removed ``mac-eeprom`` property
5654

55+
* :dtcompatible:`litex,liteeth` (:github:`100620`)
56+
* :dtcompatible:`microchip,lan865x` (:github:`100318`)
57+
* :dtcompatible:`microchip,lan9250` (:github:`99127`)
58+
* :dtcompatible:`sensry,sy1xx-mac` (:github:`100619`)
59+
* :dtcompatible:`virtio,net` (:github:`100106`)
60+
* :dtcompatible:`vnd,ethernet` (:github:`96598`)
61+
* :dtcompatible:`wiznet,w5500` (:github:`100919`)
62+
5763
* The ``fixed-link`` property has been removed from :dtcompatible:`ethernet-phy`. Use
5864
the new :dtcompatible:`ethernet-phy-fixed-link` compatible instead, if that functionality
5965
is needed. There you need to specify the fixed link parameters using the ``default-speeds``

0 commit comments

Comments
 (0)