Re: [PATCH 2/2] net: ethernet: sun4i-emac: enable dma rx in sun4i
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-30 14:45:48
Also in:
linux-arm-kernel, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-08-30 14:45:48
Also in:
linux-arm-kernel, lkml
On Sat, Aug 30, 2025 at 03:50:00PM +0800, Conley Lee wrote:
The current sun4i-emac driver supports receiving data packets using DMA, but this feature is not enabled in the device tree (dts) configuration. This patch enables the DMA receive option in the dts file.
Nitpick: It is actually a dtsi file... Andrew