lkml.org 
[lkml]   [2021]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH net-next 0/3] Add Possiblity to Reset PHY After Power-up
Date
We do have a hardware design in which the ethernet phy regulator and
reset are controlled by software. The ethernet PHY is a Microchip
KSZ9131 [1] and the power sequencing requires a reset after the power
goes up.

In our case the ethernet PHY is connected to a Freescale FEC and the
driver is shutting down the regulator on suspend, however on the resume
path the reset signal is never asserted and because of that the
ethernet is not working anymore.

To solve this adds a new phy_reset_after_power_on() function, similar
to the existing phy_reset_after_clk_enable(), and call it in the fec
resume path after the regulator is switched on as suggested by
Joakim Zhang <qiangqing.zhang@nxp.com>.

[1] https://ww1.microchip.com/downloads/en/DeviceDoc/00002841C.pdf


Philippe Schenker (3):
net: phy: add phy_reset_after_power_on() function
net: phy: micrel: add reset-after-power-on flag to ksz9x31 phys
net: fec: reset phy on resume after power-up

drivers/net/ethernet/freescale/fec_main.c | 1 +
drivers/net/phy/micrel.c | 2 ++
drivers/net/phy/phy_device.c | 24 +++++++++++++++++++++++
include/linux/phy.h | 2 ++
4 files changed, 29 insertions(+)

--
2.34.1

\
 
 \ /
  Last update: 2021-12-14 13:18    [W:0.698 / U:1.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site