net: ethernet: ti: am65-cpsw-nuss: fix dma mask
CPSW DMA (using UDMA) on AM65x can access full
48 bits of physical address space available on
AM65x platform.
Not setting the DMA mask correctly unnecessarily
forces use of SWIOTLB for allocations above 32-bit
boundary causing performance loss.
Using bi-directional iperf TCP test, performance
measured went up from ~720 Mbits/s to ~1210 Mbits/s
(68% jump).
Signed-off-by: Sekhar Nori <nsekhar@ti.com>