]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: phy: micrel: Add ksz9131_resume()
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 11 Jul 2025 05:40:21 +0000 (06:40 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 00:08:30 +0000 (17:08 -0700)
commitf25a7eaa897f21396e99f90809af82ca553c9d14
tree4ab56c3751bd6bb28c99882b704e2183e0218e3d
parentb06c4311711c57c5e558bd29824b08f0a6e2a155
net: phy: micrel: Add ksz9131_resume()

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@bp.renesas.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250711054029.48536-1-biju.das.jz@bp.renesas.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/micrel.c