Commit fcaacb34 authored by Jose Abreu's avatar Jose Abreu Committed by Khalid Elmously

ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node

BugLink: https://bugs.launchpad.net/bugs/1864775

commit 7980dff3 upstream.

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

Fixes: 556cc1c5 ("ARC: [axs101] Add support for AXS101 SDP (software development platform)")
Acked-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: default avatarJose Abreu <Jose.Abreu@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 494a642f
...@@ -44,6 +44,7 @@ ethernet@0x18000 { ...@@ -44,6 +44,7 @@ ethernet@0x18000 {
interrupt-names = "macirq"; interrupt-names = "macirq";
phy-mode = "rgmii"; phy-mode = "rgmii";
snps,pbl = < 32 >; snps,pbl = < 32 >;
snps,multicast-filter-bins = <256>;
clocks = <&apbclk>; clocks = <&apbclk>;
clock-names = "stmmaceth"; clock-names = "stmmaceth";
max-speed = <100>; max-speed = <100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment