ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
authorJose Abreu <Jose.Abreu@synopsys.com>
Tue, 14 Jan 2020 16:09:24 +0000 (17:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:31:09 +0000 (16:31 -0500)
commit 7980dff398f86a618f502378fa27cf7e77449afa upstream.

Add a missing property to GMAC node so that multicast filtering works
correctly.

Fixes: 556cc1c5f528 ("ARC: [axs101] Add support for AXS101 SDP (software development platform)")
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arc/boot/dts/axs10x_mb.dtsi

index d6c1bbc..15698b3 100644 (file)
@@ -63,6 +63,7 @@
                        interrupt-names = "macirq";
                        phy-mode = "rgmii";
                        snps,pbl = < 32 >;
+                       snps,multicast-filter-bins = <256>;
                        clocks = <&apbclk>;
                        clock-names = "stmmaceth";
                        max-speed = <100>;