summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_arria10.dtsi
diff options
context:
space:
mode:
authorVince Bridgers2015-04-21 21:19:24 +0200
committerDinh Nguyen2015-05-11 20:15:00 +0200
commitc01e8cdb7bf52681530d1a6ac3474c070468983b (patch)
treef3652e5fa9a3b123fbfa4990f43e3ce29db1b094 /arch/arm/boot/dts/socfpga_arria10.dtsi
parentARM: socfpga: dts: Add multicast bins and unicast filter entries (diff)
downloadkernel-qcow2-linux-c01e8cdb7bf52681530d1a6ac3474c070468983b.tar.gz
kernel-qcow2-linux-c01e8cdb7bf52681530d1a6ac3474c070468983b.tar.xz
kernel-qcow2-linux-c01e8cdb7bf52681530d1a6ac3474c070468983b.zip
ARM: socfpga: dts: Add tx-fifo-depth and rx-fifo-depth properties
Add tx-fifo-depth and rx-fifo-depth devicetree properties for socfpga stmmac. These devicetree properties will be used to configure certain features of the stmmac on the socfpga. Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga_arria10.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 38c643d620c4..ab0af2afdcf7 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -130,6 +130,8 @@
mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
+ tx-fifo-depth = <4096>;
+ rx-fifo-depth = <16384>;
status = "disabled";
};
@@ -142,6 +144,8 @@
mac-address = [00 00 00 00 00 00];
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
+ tx-fifo-depth = <4096>;
+ rx-fifo-depth = <16384>;
status = "disabled";
};