File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arch/riscv/boot/dts/starfive Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 318
318
319
319
stmmac_axi_setup: stmmac-axi-config {
320
320
snps,lpi_en;
321
- snps,wr_osr_lmt = <4 >;
322
- snps,rd_osr_lmt = <4 >;
321
+ snps,wr_osr_lmt = <15 >;
322
+ snps,rd_osr_lmt = <15 >;
323
323
snps,blen = <256 128 64 32 0 0 0>;
324
324
};
325
325
908
908
rx-fifo-depth = <2048>;
909
909
tx-fifo-depth = <2048>;
910
910
snps,multicast-filter-bins = <64>;
911
- snps,perfect-filter-entries = <8 >;
911
+ snps,perfect-filter-entries = <256 >;
912
912
snps,fixed-burst;
913
913
snps,no-pbl-x8;
914
914
snps,force_thresh_dma_mode;
939
939
rx-fifo-depth = <2048>;
940
940
tx-fifo-depth = <2048>;
941
941
snps,multicast-filter-bins = <64>;
942
- snps,perfect-filter-entries = <8 >;
942
+ snps,perfect-filter-entries = <256 >;
943
943
snps,fixed-burst;
944
944
snps,no-pbl-x8;
945
945
snps,force_thresh_dma_mode;
You can’t perform that action at this time.
0 commit comments