mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] net: designware-imx: fix eqos in RMII on i.MX93
@ 2024-04-17  9:11 Steffen Trumtrar
  2024-04-17  9:11 ` [PATCH 1/2] net: designware-imx: add fix_reset callback Steffen Trumtrar
  2024-04-17  9:11 ` [PATCH 2/2] net: designware-imx: i.MX93: set TX_CLK in RMII mode Steffen Trumtrar
  0 siblings, 2 replies; 4+ messages in thread
From: Steffen Trumtrar @ 2024-04-17  9:11 UTC (permalink / raw)
  To: barebox

This series fixes the eqos ethernet on i.MX93 SoCs when used in RMII
mode.

The first patch is an adaptation of the linux patch

    commit b536f32b5b034f592df0f0ba129ad59fa0f3e532
   
      net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
      
      The patch addresses an issue with the reset logic on the i.MX93 SoC, which
      requires configuration of the correct interface speed under RMII mode to
      complete the reset. The patch implements a fix_soc_reset function and uses
      it specifically for the i.MX93 SoCs. 

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Steffen Trumtrar (2):
      net: designware-imx: add fix_reset callback
      net: designware-imx: i.MX93: set TX_CLK in RMII mode

 drivers/net/designware_eqos.c |  3 +++
 drivers/net/designware_eqos.h |  1 +
 drivers/net/designware_imx.c  | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)
---
base-commit: c6d055d224e0b3a0aff638a05a367c30d2d0310e
change-id: 20240417-v2024-03-0-topic-imx93-designware-imx-825d80e68fb7

Best regards,
-- 
Steffen Trumtrar <s.trumtrar@pengutronix.de>




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

end of thread, other threads:[~2024-04-22 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17  9:11 [PATCH 0/2] net: designware-imx: fix eqos in RMII on i.MX93 Steffen Trumtrar
2024-04-17  9:11 ` [PATCH 1/2] net: designware-imx: add fix_reset callback Steffen Trumtrar
2024-04-17  9:11 ` [PATCH 2/2] net: designware-imx: i.MX93: set TX_CLK in RMII mode Steffen Trumtrar
2024-04-22 12:12   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox