All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix broken ethernet on imx8qxp-mek
@ 2019-03-01 13:27 Andrejs Cainikovs
  2019-03-01 13:27 ` [U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property Andrejs Cainikovs
  2019-03-01 13:28 ` [U-Boot] [PATCH 2/2] dts: imx8qxp-mek: Add PHY post reset delay Andrejs Cainikovs
  0 siblings, 2 replies; 15+ messages in thread
From: Andrejs Cainikovs @ 2019-03-01 13:27 UTC (permalink / raw)
  To: u-boot

This patchset introduces support for phy-reset-post-delay property,
which is then used by imx8qxp-mek to add 150ms post reset delay.
Without this delay PHY is not detected.

Andrejs Cainikovs (2):
  net: dm: fec: Support phy-reset-post-delay property
  dts: imx8qxp-mek: Add PHY post reset delay

 arch/arm/dts/fsl-imx8qxp-mek.dts |  1 +
 drivers/net/fec_mxc.c            | 11 +++++++++++
 drivers/net/fec_mxc.h            |  1 +
 3 files changed, 13 insertions(+)

---
2.11.0

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-03-12 17:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 13:27 [U-Boot] [PATCH 0/2] Fix broken ethernet on imx8qxp-mek Andrejs Cainikovs
2019-03-01 13:27 ` [U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property Andrejs Cainikovs
2019-03-01 13:57   ` Anatolij Gustschin
2019-03-01 14:07   ` Stefano Babic
2019-03-01 18:49   ` Joe Hershberger
2019-03-03 22:18   ` Lukasz Majewski
2019-03-05 18:05   ` [U-Boot] " Joe Hershberger
2019-03-12  9:10     ` Anatolij Gustschin
2019-03-12 17:22       ` Joe Hershberger
2019-03-01 13:28 ` [U-Boot] [PATCH 2/2] dts: imx8qxp-mek: Add PHY post reset delay Andrejs Cainikovs
2019-03-01 13:58   ` Anatolij Gustschin
2019-03-01 14:07   ` Stefano Babic
2019-03-01 18:49   ` Joe Hershberger
2019-03-05 18:05   ` [U-Boot] " Joe Hershberger
2019-03-12  9:13     ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.