On Wed, Feb 19, 2025 at 01:42:46PM +0800, Wei Fang wrote:
In addition to centrally managing external PHYs through EMIDO device,
~~~~~ EMDIO
each ENETC has a set of EMDIO registers to access and manage its own external PHY. When adding i.MX95 ENETC support, the EMDIO base offset was forgot to be updated, which will result in ENETC being unable to manage its external PHY through its own EMDIO registers.
Fixes: 99100d0d9922 ("net: enetc: add preliminary support for i.MX95 ENETC PF") Cc: stable@vger.kernel.org Signed-off-by: Wei Fang wei.fang@nxp.com
Though I have to agree with Andrew. This looks more like "new feature" material for net-next, than fixing a bug in an already supported feature.