Re: [PATCH] net: axi_emac: Use reg property for DMA registers

2023-11-11 Thread mchitale
Hi Michal, On Thu, 2023-11-02 at 10:15 +0100, Michal Simek wrote: > > On 11/2/23 09:23, Mayuresh Chitale wrote: > > As per the xlnx,axi-ethernet-1.00.a DT documentation in linux, the > > AXI > > DMA registers can be obtained via the reg property or via a > > separate > > node for the axistream DM

Re: [PATCH] net: axi_emac: Use reg property for DMA registers

2023-11-02 Thread Michal Simek
On 11/2/23 09:23, Mayuresh Chitale wrote: As per the xlnx,axi-ethernet-1.00.a DT documentation in linux, the AXI DMA registers can be obtained via the reg property or via a separate node for the axistream DMA controller. Currently only the latter is supported, so add support to fetch the DMA c

[PATCH] net: axi_emac: Use reg property for DMA registers

2023-11-02 Thread Mayuresh Chitale
As per the xlnx,axi-ethernet-1.00.a DT documentation in linux, the AXI DMA registers can be obtained via the reg property or via a separate node for the axistream DMA controller. Currently only the latter is supported, so add support to fetch the DMA controller registers from the "reg" property. S