Re: [PATCH net-next v2 4/6] net: phy: microchip_t1s: fix reset complete status handling

From: Andrew Lunn
Date: Wed May 24 2023 - 08:04:04 EST


> As per the datasheet DS-LAN8670-1-2-60001573C.pdf, during the Power ON
> Reset(POR)/Hard Reset/Soft Reset, the Reset Complete status bit in the
> STS2 register to be checked before proceeding for the initial

register _has_ to be checked before proceeding _to_ the initial

> configuration. Reading STS2 register will also clear the Reset Complete
> interrupt which is non-maskable.

Otherwise, this is O.K.

Andrew