devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: socfpga: dts: Add multicast bins and unicast filter entries
@ 2015-04-20 16:24 Vince Bridgers
  2015-04-20 16:24 ` [PATCH 2/2] ARM: socfpga: dts: Add tx-fifo-depth and rx-fifo-depth properties Vince Bridgers
  2015-04-21 19:28 ` [PATCH 1/2] ARM: socfpga: dts: Add multicast bins and unicast filter entries Dinh Nguyen
  0 siblings, 2 replies; 3+ messages in thread
From: Vince Bridgers @ 2015-04-20 16:24 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, devicetree, linux, galak,
	ijc+devicetree, mark.rutland, pawel.moll, robh+dt
  Cc: vbridger, dinguyen, vbridger

Add multicast-filter-bins and perfect-filter-entries configuration properties
to the socfpga devicetree for the Arria 10 socfpga.

Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com>
---
This patch is based on patches
http://www.spinics.net/lists/devicetree/msg75270.html
http://www.spinics.net/lists/devicetree/msg75273.html
---
 arch/arm/boot/dts/socfpga_arria10.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index e121661..d2ef52b 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -395,6 +395,8 @@
 			interrupt-names = "macirq";
 			/* Filled in by bootloader */
 			mac-address = [00 00 00 00 00 00];
+			snps,multicast-filter-bins = <256>;
+			snps,perfect-filter-entries = <128>;
 			clocks = <&l4_mp_clk>;
 			clock-names = "stmmaceth";
 			status = "disabled";
@@ -408,6 +410,8 @@
 			interrupt-names = "macirq";
 			/* Filled in by bootloader */
 			mac-address = [00 00 00 00 00 00];
+			snps,multicast-filter-bins = <256>;
+			snps,perfect-filter-entries = <128>;
 			status = "disabled";
 		};
 
@@ -419,6 +423,8 @@
 			interrupt-names = "macirq";
 			/* Filled in by bootloader */
 			mac-address = [00 00 00 00 00 00];
+			snps,multicast-filter-bins = <256>;
+			snps,perfect-filter-entries = <128>;
 			status = "disabled";
 		};
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-21 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 16:24 [PATCH 1/2] ARM: socfpga: dts: Add multicast bins and unicast filter entries Vince Bridgers
2015-04-20 16:24 ` [PATCH 2/2] ARM: socfpga: dts: Add tx-fifo-depth and rx-fifo-depth properties Vince Bridgers
2015-04-21 19:28 ` [PATCH 1/2] ARM: socfpga: dts: Add multicast bins and unicast filter entries Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).