dt-bingings:gmac:jh7110: change config parameter
authoryanhong.wang <yanhong.wang@starfivetech.com>
Sun, 15 May 2022 10:25:09 +0000 (18:25 +0800)
committersamin <samin.guo@starfivetech.com>
Sun, 15 May 2022 10:57:05 +0000 (18:57 +0800)
Change the gamc configuration parameter for JH7110.

Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 544254d..f189189
                                "tx",
                                "ptp_ref",
                                "stmmaceth",
-                               "pclk";
+                               "pclk",
+                               "gtxc";
                        clocks = <&clkgen JH7110_GMAC0_GTXCLK>,
                                 <&clkgen JH7110_U0_GMAC5_CLK_TX>,
                                 <&clkgen JH7110_GMAC0_PTP>,
                                 <&clkgen JH7110_U0_GMAC5_CLK_AHB>,
-                                <&clkgen JH7110_U0_GMAC5_CLK_AXI>;
+                                <&clkgen JH7110_U0_GMAC5_CLK_AXI>,
+                                <&clkgen JH7110_GMAC0_GTXC>;
                        resets = <&rstgen RSTN_U0_DW_GMAC5_AXI64_AHB>,
                                 <&rstgen RSTN_U0_DW_GMAC5_AXI64_AXI>;
                        reset-names = "ahb", "stmmaceth";
                        interrupt-names = "macirq", "eth_wake_irq", "eth_lpi";
                        max-frame-size = <9000>;
                        phy-mode = "rgmii-id";
-                       snps,multicast-filter-bins = <256>;
+                       snps,multicast-filter-bins = <64>;
                        snps,perfect-filter-entries = <128>;
-                       rx-fifo-depth = <262144>;
-                       tx-fifo-depth = <131072>;
+                       rx-fifo-depth = <2048>;
+                       tx-fifo-depth = <2048>;
                        snps,fixed-burst;
                        snps,no-pbl-x8;
                        snps,force_thresh_dma_mode;
                        snps,tso;
                        snps,en-tx-lpi-clockgating;
                        snps,en-lpi;
-                       snps,write-requests = <2>;
-                       snps,read-requests = <16>;
+                       snps,write-requests = <4>;
+                       snps,read-requests = <4>;
                        snps,burst-map = <0x7>;
                        snps,txpbl = <16>;
                        snps,rxpbl = <16>;