Skip to content

Commit

Permalink
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
Browse files Browse the repository at this point in the history
Add a missing property to GMAC node so that multicast filtering works
correctly.

Fixes: 556cc1c ("ARC: [axs101] Add support for AXS101 SDP (software development platform)")
Acked-by: Alexey Brodkin <[email protected]>
Signed-off-by: Jose Abreu <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
  • Loading branch information
joabreu authored and vineetgarc committed Jan 14, 2020
1 parent 5d576a6 commit 7980dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arc/boot/dts/axs10x_mb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
interrupt-names = "macirq";
phy-mode = "rgmii";
snps,pbl = < 32 >;
snps,multicast-filter-bins = <256>;
clocks = <&apbclk>;
clock-names = "stmmaceth";
max-speed = <100>;
Expand Down

0 comments on commit 7980dff

Please sign in to comment.