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>
This commit is contained in:
Vince Bridgers
2015-04-21 14:19:24 -05:00
committed by Dinh Nguyen
부모 be9863cac2
커밋 c01e8cdb7b
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -496,6 +496,8 @@
reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <4096>;
status = "disabled";
};
@@ -512,6 +514,8 @@
reset-names = "stmmaceth";
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
tx-fifo-depth = <4096>;
rx-fifo-depth = <4096>;
status = "disabled";
};