Re: [PATCH net-next v2] net: phy: micrel: Add ksz9131_resume()
From: Andrew Lunn
Date: Fri Jul 11 2025 - 08:57:06 EST
On Fri, Jul 11, 2025 at 06:40:21AM +0100, Biju Das wrote:
> The Renesas RZ/G3E SMARC EVK uses KSZ9131RNXC phy. On deep power state,
> PHY loses the power and on wakeup the rgmii delays are not reconfigured
> causing it to fail.
>
> Replace the callback kszphy_resume()->ksz9131_resume() for reconfiguring
> the rgmii_delay when it exits from PM suspend state.
>
> Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew