RE: [PATCH v2 net 8/9] net: enetc: correct the EMDIO base offset for ENETC v4
From: Wei Fang
Date: Thu Feb 20 2025 - 03:05:57 EST
> On Wed, Feb 19, 2025 at 01:42:46PM +0800, Wei Fang wrote:
> > In addition to centrally managing external PHYs through EMIDO device,
> > 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.
>
> So this never worked?
>
Yes, for i.MX95 we use EMDIO device to manage all external PHYs
> If it never worked, does it actually bother anybody?
>
No, just fix it at the code level, the offset of ENETC v4 is not correct.
So I will remove it from this patch set and add it to net-next tree.
Thanks.