From 701140739d7fcdd0533e2839a4efc20c7054a009 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Wed, 26 Nov 2025 17:46:17 +0100 Subject: [PATCH 1/2] 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 --- doc/releases/migration-guide-4.4.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/releases/migration-guide-4.4.rst b/doc/releases/migration-guide-4.4.rst index e01816350c3a9..102f8dff29fd8 100644 --- a/doc/releases/migration-guide-4.4.rst +++ b/doc/releases/migration-guide-4.4.rst @@ -45,15 +45,14 @@ Ethernet * Driver MAC address configuration support using :c:struct:`net_eth_mac_config` has been introduced for the following drivers: - * :zephyr_file:`drivers/ethernet/eth_test.c` (:github:`96598`) + * :dtcompatible:`vnd,ethernet` (:github:`96598`) - * :zephyr_file:`drivers/ethernet/eth_sam_gmac.c` (:github:`96598`) + * :dtcompatible:`atmel,sam-gmac` and :dtcompatible:`atmel,sam0-gmac` (:github:`96598`) * Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM`` * Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS`` * Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS_SIZE`` - * Removed ``mac-eeprom`` property from :dtcompatible:`atmel,sam-gmac` and - :dtcompatible:`atmel,sam0-gmac` + * Removed ``mac-eeprom`` property * The ``fixed-link`` property has been removed from :dtcompatible:`ethernet-phy`. Use the new :dtcompatible:`ethernet-phy-fixed-link` compatible instead, if that functionality From ae14cb661e99e8ecfbae4c98907ba59ad76f2d34 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Wed, 26 Nov 2025 17:50:00 +0100 Subject: [PATCH 2/2] 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 --- doc/releases/migration-guide-4.4.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/releases/migration-guide-4.4.rst b/doc/releases/migration-guide-4.4.rst index 102f8dff29fd8..61f9c30b145dd 100644 --- a/doc/releases/migration-guide-4.4.rst +++ b/doc/releases/migration-guide-4.4.rst @@ -45,8 +45,6 @@ Ethernet * Driver MAC address configuration support using :c:struct:`net_eth_mac_config` has been introduced for the following drivers: - * :dtcompatible:`vnd,ethernet` (:github:`96598`) - * :dtcompatible:`atmel,sam-gmac` and :dtcompatible:`atmel,sam0-gmac` (:github:`96598`) * Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM`` @@ -54,6 +52,14 @@ Ethernet * Removed ``CONFIG_ETH_SAM_GMAC_MAC_I2C_INT_ADDRESS_SIZE`` * Removed ``mac-eeprom`` property + * :dtcompatible:`litex,liteeth` (:github:`100620`) + * :dtcompatible:`microchip,lan865x` (:github:`100318`) + * :dtcompatible:`microchip,lan9250` (:github:`99127`) + * :dtcompatible:`sensry,sy1xx-mac` (:github:`100619`) + * :dtcompatible:`virtio,net` (:github:`100106`) + * :dtcompatible:`vnd,ethernet` (:github:`96598`) + * :dtcompatible:`wiznet,w5500` (:github:`100919`) + * The ``fixed-link`` property has been removed from :dtcompatible:`ethernet-phy`. Use the new :dtcompatible:`ethernet-phy-fixed-link` compatible instead, if that functionality is needed. There you need to specify the fixed link parameters using the ``default-speeds``