Re: [PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA

2023-10-28 Thread Nishanth Menon
On 08:16-20231028, Marcel Ziswiler wrote: [..] > > https://lore.kernel.org/linux-arm-kernel/20230810174356.3322583-1-vigne...@ti.com/ > > > > Marcel, could the Toradex team confirm as well? > > Yes, I just successfully tested it. With what you say above I also assume > eventually those propertie

Re: [PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA

2023-10-28 Thread Marcel Ziswiler
Hi Nishanth On Fri, 2023-10-27 at 15:46 -0500, Nishanth Menon wrote: > On 16:46-20231027, Roger Quadros wrote: > > 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

Re: [PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA

2023-10-27 Thread Nishanth Menon
On 16:46-20231027, Roger Quadros wrote: > 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 ch

[PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA

2023-10-27 Thread Roger Quadros
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