Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: add EMAC AXI settings for Cyclone5

Add the dts entries needed to support the EMAC AXI bus settings on the
Cyclone5.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

+8
+8
arch/arm/boot/dts/socfpga.dtsi
··· 561 561 interrupts = <0 175 4>; 562 562 }; 563 563 564 + socfpga_axi_setup: stmmac-axi-config { 565 + snps,wr_osr_lmt = <0xf>; 566 + snps,rd_osr_lmt = <0xf>; 567 + snps,blen = <0 0 0 0 16 0 0>; 568 + }; 569 + 564 570 gmac0: ethernet@ff700000 { 565 571 compatible = "altr,socfpga-stmmac", "snps,dwmac-3.70a", "snps,dwmac"; 566 572 altr,sysmgr-syscon = <&sysmgr 0x60 0>; ··· 582 576 snps,perfect-filter-entries = <128>; 583 577 tx-fifo-depth = <4096>; 584 578 rx-fifo-depth = <4096>; 579 + snps,axi-config = <&socfpga_axi_setup>; 585 580 status = "disabled"; 586 581 }; 587 582 ··· 601 594 snps,perfect-filter-entries = <128>; 602 595 tx-fifo-depth = <4096>; 603 596 rx-fifo-depth = <4096>; 597 + snps,axi-config = <&socfpga_axi_setup>; 604 598 status = "disabled"; 605 599 }; 606 600