mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rv1106: Change gmac rx dma size to 128
Increase the size to avoid rx overflow. Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: Ie2b1ad948393c8254bf6e20b2cf34b033a3e67c1
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user