RE: [PATCH net-next 1/1] net: phy: fix invalid phy id when probe using C22

2021-03-17 Thread Wong, Vee Khee
.org; Voon Weifeng ; Ong, > Boon Leong > Subject: Re: [PATCH net-next 1/1] net: phy: fix invalid phy id when probe > using C22 > > On 16.03.2021 09:57, Wong Vee Khee wrote: > > When using Clause-22 to probe for PHY devices such as the Marvell > > 88E2110, PHY ID with value 0 is

Re: [PATCH net-next 1/1] net: phy: fix invalid phy id when probe using C22

2021-03-17 Thread Heiner Kallweit
On 16.03.2021 09:57, Wong Vee Khee wrote: > When using Clause-22 to probe for PHY devices such as the Marvell > 88E2110, PHY ID with value 0 is read from the MII PHYID registers > which caused the PHY framework failed to attach the Marvell PHY > driver. > The issue occurs with a MAC driver that s