Re: [PATCH 1/1] hw/net: Support Marvell 88E1111 phy driver

2024-12-10 Thread Fea Wang
Ping On Fri, Nov 15, 2024 at 9:44 AM Fea.Wang wrote: > When the ethernet PHY's compatible string is 'ethernet-phy-id0141.0cc2', > it will be matched with the Marvell driver in Linux instead of the > generic driver. They differ from reading the PHY register17.11 bit which > is for 'Speed and Dupl

[PATCH 1/1] hw/net: Support Marvell 88E1111 phy driver

2024-11-14 Thread Fea.Wang
When the ethernet PHY's compatible string is 'ethernet-phy-id0141.0cc2', it will be matched with the Marvell driver in Linux instead of the generic driver. They differ from reading the PHY register17.11 bit which is for 'Speed and Duplex Resolved' and the value 0 will clear phydev->link and stop th