From c91152fefdd06711950a44331e059fa0b07111f6 Mon Sep 17 00:00:00 2001 From: David Wu Date: Tue, 16 May 2023 11:16:58 +0800 Subject: [PATCH] ARM: dts: rv1106: Change gmac rx dma size to 128 Increase the size to avoid rx overflow. Signed-off-by: David Wu Change-Id: Ie2b1ad948393c8254bf6e20b2cf34b033a3e67c1 --- arch/arm/boot/dts/rv1106.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rv1106.dtsi b/arch/arm/boot/dts/rv1106.dtsi index 2d3c4d87dc99..38e0703778b4 100644 --- a/arch/arm/boot/dts/rv1106.dtsi +++ b/arch/arm/boot/dts/rv1106.dtsi @@ -1265,7 +1265,7 @@ snps,tso; tx-dma-size = <256>; - rx-dma-size = <16>; + rx-dma-size = <128>; snps,axi-config = <&stmmac_axi_setup>; snps,mtl-rx-config = <&mtl_rx_setup>;