Re: [PATCH net-next v3 5/5] net: macb: Add "mobileye,eyeq5-gem" compatible

From: Andrew Lunn

Date: Thu Feb 26 2026 - 16:19:04 EST


On Thu, Feb 26, 2026 at 09:05:28PM +0000, Conor Dooley wrote:
> On Thu, Feb 26, 2026 at 08:44:53PM +0000, Russell King (Oracle) wrote:
>
> > Ethernet PHYs are described in Ethernet controller DT using the
> > "phy-handle" property (and previously "phy" or "phy-device"
> >
> > Generic PHYs are described using the "phys" property.
>
> Ahh, this was key and I think I understand the analysis now.
> Thanks for explaining Russell.

There is history here.

In Linux, PHY has meant Ethernet PHY for a few decades. But then
SERDES came along which has a completely different sort of PHY as
well. So things like PCIe, USB, SATA, and MAC chips using speeds >
1Gbps all can make use of Generic PHYs for their SERDES.

So you need to be careful with wording, are we talking about PHYs or
Generic PHYs.

Andrew