Skip to content

Commit 7011407

Browse files
committed
doc: releases: migration-guide-4.4: Ethernet MAC config compatibles
Replace file references with compatibles, for users to refer to the migration guide if it has any impact on out-of-tree boards. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent a1970eb commit 7011407

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/releases/migration-guide-4.4.rst

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

48-
* :zephyr_file:`drivers/ethernet/eth_test.c` (:github:`96598`)
48+
* :dtcompatible:`vnd,ethernet` (:github:`96598`)
4949

50-
* :zephyr_file:`drivers/ethernet/eth_sam_gmac.c` (:github:`96598`)
50+
* :dtcompatible:`atmel,sam-gmac` and :dtcompatible:`atmel,sam0-gmac` (:github:`96598`)
5151

5252
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM``
5353
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS``
5454
* Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS_SIZE``
55-
* Removed ``mac-eeprom`` property from :dtcompatible:`atmel,sam-gmac` and
56-
:dtcompatible:`atmel,sam0-gmac`
55+
* Removed ``mac-eeprom`` property
5756

5857
* The ``fixed-link`` property has been removed from :dtcompatible:`ethernet-phy`. Use
5958
the new :dtcompatible:`ethernet-phy-fixed-link` compatible instead, if that functionality

0 commit comments

Comments
 (0)