diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-08-09 13:15:30 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-08-09 13:15:30 +0300 |
commit | 79fa08b44a99d898970bb82a5b8d62f41b3ba0c5 (patch) | |
tree | 608711b87a5b495414645660d575665d46bee636 | |
parent | bb295a8a5e50d175f331c4a3665b6f9ead6abd9f (diff) | |
parent | 9f8f330414bd162f65cba8e1d255ada722d8be27 (diff) | |
download | linux-79fa08b44a99d898970bb82a5b8d62f41b3ba0c5.tar.xz |
Merge branch 'CR_6798_evb_gmac_6.1_ziv.xu' into 'jh7110-6.1.y-devel'
CR_6798_evb_gmac_6.1_ziv.xu
See merge request sdk/linux!940
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index bf452f57f68d..b35ced46f514 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -249,9 +249,8 @@ }; stmmac_axi_setup: stmmac-axi-config { - snps,lpi_en; - snps,wr_osr_lmt = <4>; - snps,rd_osr_lmt = <4>; + snps,wr_osr_lmt = <0xf>; + snps,rd_osr_lmt = <0xf>; snps,blen = <256 128 64 32 0 0 0>; }; |