mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 11:44:11 +00:00
riscv: dts: starfive: Lower JH7100 multicast filter bins
This fixes ethernet broadcast so things like IPv6 router advertisement, LLMNR and multicast DNS will work. Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
This commit is contained in:
parent
903884ef12
commit
5069561e5a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@
|
|||
interrupt-names = "macirq", "eth_wake_irq";
|
||||
max-frame-size = <9000>;
|
||||
phy-mode = "rgmii-txid";
|
||||
snps,multicast-filter-bins = <256>;
|
||||
snps,multicast-filter-bins = <32>;
|
||||
snps,perfect-filter-entries = <128>;
|
||||
rx-fifo-depth = <32768>;
|
||||
tx-fifo-depth = <16384>;
|
||||
|
|
Loading…
Add table
Reference in a new issue