diff options
author | Emil Renner Berthing <emil.renner.berthing@canonical.com> | 2022-10-25 19:09:54 +0300 |
---|---|---|
committer | Emil Renner Berthing <emil.renner.berthing@canonical.com> | 2022-10-27 16:11:18 +0300 |
commit | 5069561e5a4ed972dd23d2b40ff7de27feb68707 (patch) | |
tree | cf0ddb29836968b182d6bd0fe99e464ff7b6b0cb | |
parent | 903884ef129324f066d8edb74ab2794c37440113 (diff) | |
download | linux-visionfive-5.19.y.tar.xz |
riscv: dts: starfive: Lower JH7100 multicast filter binsvisionfive-5.19.y
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>
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7100.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7100.dtsi b/arch/riscv/boot/dts/starfive/jh7100.dtsi index 4fa62f600f1c..26686a383aae 100644 --- a/arch/riscv/boot/dts/starfive/jh7100.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7100.dtsi @@ -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>; |