mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2] net: designware-imx: fix eqos in RMII on i.MX93
Date: Wed, 17 Apr 2024 11:11:24 +0200	[thread overview]
Message-ID: <20240417-v2024-03-0-topic-imx93-designware-imx-v1-0-c532c18f9ba5@pengutronix.de> (raw)

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>




             reply	other threads:[~2024-04-17  9:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17  9:11 Steffen Trumtrar [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240417-v2024-03-0-topic-imx93-designware-imx-v1-0-c532c18f9ba5@pengutronix.de \
    --to=s.trumtrar@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox