diff options
author | Jose Abreu <Jose.Abreu@synopsys.com> | 2020-01-14 17:09:24 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-14 16:34:12 -0500 |
commit | b09e3d3e79cf9c0cb11768eb60a27e35720d7e26 (patch) | |
tree | abf0db3f605b38776199b3b9d0241ddd61eaf743 /arch/arc | |
parent | 2de1af2bcba06b97583121d9739ba9e5f5d89f49 (diff) | |
download | linux-stable-b09e3d3e79cf9c0cb11768eb60a27e35720d7e26.tar.gz linux-stable-b09e3d3e79cf9c0cb11768eb60a27e35720d7e26.tar.bz2 linux-stable-b09e3d3e79cf9c0cb11768eb60a27e35720d7e26.zip |
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
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>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/boot/dts/axs10x_mb.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi index 08bcfed6b80f..134cc223ea81 100644 --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi @@ -77,6 +77,7 @@ interrupt-names = "macirq"; phy-mode = "rgmii"; snps,pbl = < 32 >; + snps,multicast-filter-bins = <256>; clocks = <&apbclk>; clock-names = "stmmaceth"; max-speed = <100>; |