]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
authorJose Abreu <Jose.Abreu@synopsys.com>
Tue, 14 Jan 2020 16:09:24 +0000 (17:09 +0100)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 13 Mar 2020 04:31:00 +0000 (00:31 -0400)
BugLink: https://bugs.launchpad.net/bugs/1866678
commit 7980dff398f86a618f502378fa27cf7e77449afa upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arc/boot/dts/axs10x_mb.dtsi

index c62fd6cd0b0b0d5ba822184b8058ff699273ec98..60b07097949b98239f71bad1a0a16daa1427cbdd 100644 (file)
@@ -80,6 +80,7 @@
                        interrupt-names = "macirq";
                        phy-mode = "rgmii";
                        snps,pbl = < 32 >;
+                       snps,multicast-filter-bins = <256>;
                        clocks = <&apbclk>;
                        clock-names = "stmmaceth";
                        max-speed = <100>;