From: Jose Abreu Date: Mon, 20 May 2019 13:43:12 +0000 (+0200) Subject: ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node X-Git-Tag: v5.4-rc1~850^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecc906a11c2a0940e1a380debd8bd5bc09faf454;p=platform%2Fkernel%2Flinux-rpi.git ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node GMAC controller on HSDK boards supports 256 Hash Table size so we need to add the multicast filter bins property. This allows for the Hash filter to work properly using stmmac driver. Cc: Joao Pinto Cc: Rob Herring Cc: Mark Rutland Cc: Eugeniy Paltsev Acked-by: Alexey Brodkin Signed-off-by: Jose Abreu Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts index 7425bb0f..699f372 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -187,6 +187,7 @@ interrupt-names = "macirq"; phy-mode = "rgmii"; snps,pbl = <32>; + snps,multicast-filter-bins = <256>; clocks = <&gmacclk>; clock-names = "stmmaceth"; phy-handle = <&phy0>;