summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Abreu <Jose.Abreu@synopsys.com>2020-01-14 17:09:24 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-14 16:33:25 -0500
commitf2b55429200853f75d2193682c69752cdbd13c27 (patch)
tree211d38b3bbab4ef4eeb13afd686dbb69bd507bfc
parent25992fd9d88884c7ee6a2acd507cedcff832320b (diff)
downloadlinux-f2b55429200853f75d2193682c69752cdbd13c27.tar.gz
linux-f2b55429200853f75d2193682c69752cdbd13c27.tar.bz2
linux-f2b55429200853f75d2193682c69752cdbd13c27.zip
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
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>
-rw-r--r--arch/arc/boot/dts/axs10x_mb.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index 37bafd44e36d..da10a569adf7 100644
--- a/arch/arc/boot/dts/axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/axs10x_mb.dtsi
@@ -80,6 +80,7 @@
interrupt-names = "macirq";
phy-mode = "rgmii";
snps,pbl = < 32 >;
+ snps,multicast-filter-bins = <256>;
clocks = <&apbclk>;
clock-names = "stmmaceth";
max-speed = <100>;