All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@kernel.org>
To: nm@ti.com, trini@konsulko.com
Cc: s-vadapalli@ti.com, r-gunasekaran@ti.com, vigneshr@ti.com,
	srk@ti.com, marcel.ziswiler@toradex.com, u-boot@lists.denx.de,
	Roger Quadros <rogerq@kernel.org>
Subject: [PATCH v2 0/3] arm: dts: k3-am6: Fix Ethernet/DMA
Date: Sat, 28 Oct 2023 20:36:00 +0300	[thread overview]
Message-ID: <20231028173603.24338-1-rogerq@kernel.org> (raw)

Hi,

Since commit [1], Ethernet is broken on TI AM62 and AM64 platforms.

The commit [1] is not the culprit. It just unearths the problem by fixing
the error check in k3-udma.c. This issue was silently being ignored earlier
due to wrong error check. [NULL instead of FDT_ADDR_T_NONE].

Fix the issue by adding the necessary register spaces for the u-boot K3-UDMA
driver for AM62 and AM64 platforms.

These properties will eventually make it into the SoC DTSi files [2] after
which these can be dropped from k3-*-u-boot.dtsi files.

[1] - 5fecea171de3dd ("treewide: use dev_read_addr_*_ptr() where appropriate")
[2] - https://lore.kernel.org/linux-arm-kernel/20230810174356.3322583-1-vigneshr@ti.com/

cheers,
-roger

Changelog:
v2:
- move 'bootph-all' to the end of the nodes
- add changes to existing main_bcdma and main_pktdma nodes
- drop duplicate main_pktdma node in k3-am642-sk-u-boot.dtsi
- Add Tested-by and Reviewed-by tags

Roger Quadros (1):
  arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet

Siddharth Vadapalli (2):
  arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma
    nodes
  arm: dts: k3-am642: Update main_bcdma and main_pktdma nodes

 arch/arm/dts/k3-am625-sk-u-boot.dtsi          | 23 ++++++++++++++++
 .../dts/k3-am625-verdin-wifi-dev-u-boot.dtsi  | 27 +++++++++++++++++++
 arch/arm/dts/k3-am642-evm-u-boot.dtsi         | 23 ++++++++++++++++
 arch/arm/dts/k3-am642-sk-u-boot.dtsi          | 24 ++++++++++++++---
 4 files changed, 93 insertions(+), 4 deletions(-)


base-commit: 4bb6f61220f7f4c79ccf98f4281733e6ea6c50f0
prerequisite-patch-id: 3125319138da332af1e7650e3ae0d78dab0ff312
-- 
2.34.1


             reply	other threads:[~2023-10-28 17:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28 17:36 Roger Quadros [this message]
2023-10-28 17:36 ` [PATCH v2 1/3] arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodes Roger Quadros
2023-10-28 17:36 ` [PATCH v2 2/3] arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet Roger Quadros
2023-10-28 17:36 ` [PATCH v2 3/3] arm: dts: k3-am642: Update main_bcdma and main_pktdma nodes Roger Quadros
2023-11-10 21:10 ` [PATCH v2 0/3] arm: dts: k3-am6: Fix Ethernet/DMA Tom Rini

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=20231028173603.24338-1-rogerq@kernel.org \
    --to=rogerq@kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=nm@ti.com \
    --cc=r-gunasekaran@ti.com \
    --cc=s-vadapalli@ti.com \
    --cc=srk@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /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 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.