Commit ea6856e3 authored by Vince Bridgers's avatar Vince Bridgers Committed by David S. Miller

ARM: socfpga: Add socfpga Ethernet filter attributes entries

This patch adds socfpga Ethernet filter attributes for multicast
and unicast filters per Synopsys Ethernet IP configuration chosen
by Altera for the Cyclone 5 and Arria SOC FPGAs.
Signed-off-by: default avatarVince Bridgers <vbridgers2013@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 94ceaa26
...@@ -486,6 +486,8 @@ gmac0: ethernet@ff700000 { ...@@ -486,6 +486,8 @@ gmac0: ethernet@ff700000 {
clock-names = "stmmaceth"; clock-names = "stmmaceth";
resets = <&rst EMAC0_RESET>; resets = <&rst EMAC0_RESET>;
reset-names = "stmmaceth"; reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
status = "disabled"; status = "disabled";
}; };
...@@ -500,6 +502,8 @@ gmac1: ethernet@ff702000 { ...@@ -500,6 +502,8 @@ gmac1: ethernet@ff702000 {
clock-names = "stmmaceth"; clock-names = "stmmaceth";
resets = <&rst EMAC1_RESET>; resets = <&rst EMAC1_RESET>;
reset-names = "stmmaceth"; reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment