Commit 7980dff3 authored by Jose Abreu's avatar Jose Abreu Committed by Vineet Gupta

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

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>
parent 5d576a66
......@@ -78,6 +78,7 @@ gmac: ethernet@18000 {
interrupt-names = "macirq";
phy-mode = "rgmii";
snps,pbl = < 32 >;
snps,multicast-filter-bins = <256>;
clocks = <&apbclk>;
clock-names = "stmmaceth";
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