net: dwc: xgmac: Allow DMA buffers above 4GB
authorNikunj Kela <nikunj.kela@sima.ai>
Sat, 22 Feb 2025 06:07:34 +0000 (22:07 -0800)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 21:02:38 +0000 (15:02 -0600)
commitfff21d27a9d5d3d75bb63652156c24a5e240df48
treec20420b0fbba52104de97324ae49e4d46c71e833
parent06782314308424c80c666f42a460e05ac4419f95
net: dwc: xgmac: Allow DMA buffers above 4GB

Currently, Synopsis xgmac driver only works if DMA region is under 4GB.
This change enables the DMA buffers allocations above 4GB memory
regions.

Signed-off-by: Nikunj Kela <nikunj.kela@sima.ai>
drivers/net/dwc_eth_xgmac.c