]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA"
authorTom Rini <trini@konsulko.com>
Fri, 10 Nov 2023 20:25:47 +0000 (15:25 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 10 Nov 2023 20:25:47 +0000 (15:25 -0500)
commitda2e3196e4dc28298b58a018ace07f85eecd1652
tree7d05589e8a7e0843ed1226cfc67daf0716e6704b
parent3b913c148249a2b9d12ff25517ec311646e83bee
parent62be8081839bba12b5f3c5531dd79d00b785e0dc
Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA"

To quote the author:

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/