diff options
author | leyfoon.tan <leyfoon.tan@starfivetech.com> | 2024-09-06 17:35:56 +0300 |
---|---|---|
committer | leyfoon.tan <leyfoon.tan@starfivetech.com> | 2024-09-06 17:35:56 +0300 |
commit | 7a7045d0a38c375a00d8c0c5c1e7c4154cd5cace (patch) | |
tree | 192d3abacdff1e2232cdb30b9a064f95982ede67 | |
parent | 8f8a31248befb6f3f25bab97de6b5346a1e6f265 (diff) | |
parent | aae612af940e5b27381f92bec2ece4c4ac27b704 (diff) | |
download | linux-starfive-6.6.48-dubhe.tar.xz |
Merge branch 'starfive-6.6.48-dubhe-lower-pbl' into 'starfive-6.6.48-dubhe'REL_DUBHE_SEPT2024starfive-6.6.48-dubhe
riscv: dts: starfive: dubhe: Lower burst length to avoid GMAC queue overflow
See merge request starfive-tech/linux!491
-rw-r--r-- | arch/riscv/boot/dts/starfive/dubhe.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe.dtsi b/arch/riscv/boot/dts/starfive/dubhe.dtsi index 525cdc041098..3d43717fa7a1 100644 --- a/arch/riscv/boot/dts/starfive/dubhe.dtsi +++ b/arch/riscv/boot/dts/starfive/dubhe.dtsi @@ -153,8 +153,8 @@ snps,axi-config = <&stmmac_axi_setup>; snps,tso; snps,en-tx-lpi-clockgating; - snps,txpbl = <4>; - snps,rxpbl = <4>; + snps,txpbl = <2>; + snps,rxpbl = <2>; status = "disabled"; }; |