Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Jose Abreu and committed by
Vineet Gupta
7980dff3 5d576a66

+1
+1
arch/arc/boot/dts/axs10x_mb.dtsi
··· 78 78 interrupt-names = "macirq"; 79 79 phy-mode = "rgmii"; 80 80 snps,pbl = < 32 >; 81 + snps,multicast-filter-bins = <256>; 81 82 clocks = <&apbclk>; 82 83 clock-names = "stmmaceth"; 83 84 max-speed = <100>;