Re: [PATCH 2/2] net: ethernet: sun4i-emac: enable dma rx in sun4i

From: Andrew Lunn
Date: Sat Aug 30 2025 - 10:46:03 EST


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