diff options
| author | Jose Abreu <[email protected]> | 2019-05-20 15:43:12 +0200 |
|---|---|---|
| committer | Vineet Gupta <[email protected]> | 2019-05-21 08:48:52 -0700 |
| commit | ecc906a11c2a0940e1a380debd8bd5bc09faf454 (patch) | |
| tree | 86bef0c4c1175a49c56e30e0d1330b9f5927a1fd | |
| parent | a8c715b4dd73c26a81a9cc8dc792aa715d8b4bb2 (diff) | |
ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node
GMAC controller on HSDK boards supports 256 Hash Table size so we need to
add the multicast filter bins property. This allows for the Hash filter
to work properly using stmmac driver.
Cc: Joao Pinto <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Eugeniy Paltsev <[email protected]>
Acked-by: Alexey Brodkin <[email protected]>
Signed-off-by: Jose Abreu <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
| -rw-r--r-- | arch/arc/boot/dts/hsdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts index 7425bb0f2d1b..699f372b2a6f 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -187,6 +187,7 @@ interrupt-names = "macirq"; phy-mode = "rgmii"; snps,pbl = <32>; + snps,multicast-filter-bins = <256>; clocks = <&gmacclk>; clock-names = "stmmaceth"; phy-handle = <&phy0>; |