mbox series

[v1,0/2] phy: freescale: imx8m-pcie: fix and cleanup phy

Message ID 20250228103959.47419-1-eichest@gmail.com (mailing list archive)
Headers show
Series phy: freescale: imx8m-pcie: fix and cleanup phy | expand

Message

Stefan Eichenberger Feb. 28, 2025, 10:38 a.m. UTC
The imx8m-pcie PHY PLL fails to lock under certain conditions when
returning from suspend. This is resolved by asserting the PHY reset when
powering off the PHY during suspend. This ensures that the PHY is
properly reset when powering on again in resume.

Stefan Eichenberger (2):
  phy: freescale: imx8m-pcie: cleanup reset logic
  phy: freescale: imx8m-pcie: assert phy reset and perst in power off

 drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 24 ++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)