diff options
author | Jose Abreu <Jose.Abreu@synopsys.com> | 2020-01-14 17:09:24 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-01-14 09:03:10 -0800 |
commit | 7980dff398f86a618f502378fa27cf7e77449afa (patch) | |
tree | f539559e1c55aa82c85a1bf5881cd7cee441102b /arch/arc/boot | |
parent | 5d576a66242d56594f96b51fb0c677ff9f06decf (diff) | |
download | linux-7980dff398f86a618f502378fa27cf7e77449afa.tar.bz2 |
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>
Diffstat (limited to 'arch/arc/boot')
-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 f9a5c9ddcae7..1d109b06e7d8 100644 --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi @@ -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>; |