]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Apr 2020 22:39:52 +0000 (15:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Apr 2020 20:47:53 +0000 (13:47 -0700)
commitfc7328eec89992e65bca9d31ddf405c1d052f747
treed6f06e94fc68cba6d78cb373a901cc5f144e185d
parent40334039cdafa4e30b4d4f10bf2088ac9bb0ecb5
net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes

After commit 8aa479224b68c4fbedc27a502cd67f067ff8206e ("net: dsa:
configure the MTU for switch ports") my Lamobo R1 platform which uses
an allwinner,sun7i-a20-gmac compatible Ethernet MAC started to fail
by rejecting a MTU of 1536. The reason for that is that the DMA
capabilities are not readable on this version of the IP, and there
is also no 'tx-fifo-depth' property being provided in Device Tree. The
property is documented as optional, and is not provided.

Chen-Yu indicated that the FIFO sizes are 4KB for TX and 16KB for RX, so
provide these values through platform data as an immediate fix until
various Device Tree sources get updated accordingly.

Fixes: db3a713a7d70 ("net: stmmac: Do not accept invalid MTU values")
Suggested-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c