summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Abreu <joabreu@synopsys.com>2019-05-20 15:43:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-25 11:35:55 +0800
commit15004afd98452bba4cc14c1b857419ba4d7155d9 (patch)
treedb7300cae95bedfe8d56e71c0c11e8caa3ebdbae
parent8f3793bfa3ea69af84d0a6a398ccc3d80e6860a8 (diff)
downloadlinux-stable-15004afd98452bba4cc14c1b857419ba4d7155d9.tar.gz
linux-stable-15004afd98452bba4cc14c1b857419ba4d7155d9.tar.bz2
linux-stable-15004afd98452bba4cc14c1b857419ba4d7155d9.zip
ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node
[ Upstream commit ecc906a11c2a0940e1a380debd8bd5bc09faf454 ] 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 <jpinto@synopsys.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Jose Abreu <joabreu@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--arch/arc/boot/dts/hsdk.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts
index ef149f59929a..f67f614ccb0e 100644
--- a/arch/arc/boot/dts/hsdk.dts
+++ b/arch/arc/boot/dts/hsdk.dts
@@ -175,6 +175,7 @@
interrupt-names = "macirq";
phy-mode = "rgmii";
snps,pbl = <32>;
+ snps,multicast-filter-bins = <256>;
clocks = <&gmacclk>;
clock-names = "stmmaceth";
phy-handle = <&phy0>;