
6 Nov
2023
6 Nov
'23
5:33 p.m.
On Wed, Oct 25, 2023 at 11:08:44AM +0300, Baruch Siach wrote:
Older DesignWare Ethernet MAC versions that this driver supports can only work with 32-bit DMA source/destination addresses. Some platforms have no physical RAM at the lowest 4GB address space. For these platforms the driver must translate DMA addresses to/from physical memory addresses.
Call translation routines so that properly configured platforms can use the DesignWare Ethernet MAC. For platforms using device-tree this usually means adding dma-ranges property to the bus the device node is in.
Signed-off-by: Baruch Siach baruch@tkos.co.il
Applied to u-boot/master, thanks!
--
Tom