From 939f8ddb65ceef276970710b5d9da534cca91d47 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 18 Jul 2025 09:33:05 +0200 Subject: [PATCH] release-notes: 4.2: Add a clarification on a new compatible Clarify the introduction of st,stm32-ethernet-controller compatible so that reader could not understand that this is the introduction of STM32 ethernet (while it is only dts shenanigans). Signed-off-by: Erwan Gouriou --- doc/releases/release-notes-4.2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 437075d5a833..d97019ea0c2a 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -924,7 +924,8 @@ New Drivers * :dtcompatible:`microchip,vsc8541` * :dtcompatible:`nxp,netc-ptp-clock` * :dtcompatible:`nxp,tja11xx` - * :dtcompatible:`st,stm32-ethernet-controller` + * :dtcompatible:`st,stm32-ethernet-controller` has been introduced to ease interoperability + with :dtcompatible:`st,stm32-mdio`. * :dtcompatible:`st,stm32n6-ethernet` * :dtcompatible:`ti,dp83867` * :dtcompatible:`xlnx,axi-ethernet-1.00.a`