diff mbox series

[1/2] mvebu: LS421DE: fix low performance issue

Message ID 4400784.DAX0vTZeoQ@tool
State Superseded, archived
Headers show
Series [1/2] mvebu: LS421DE: fix low performance issue | expand

Commit Message

Daniel González Cabanelas Nov. 11, 2020, 10:25 p.m. UTC
The Buffallo Linkstation LS421DE isn't able to enable the Level 2 cache
(AKA Aurora cache). As of result of this, the performance is about the
half as expected, e.g when doing network data transfers.

Fix it by adding the broken-idle property in the coherency fabric node.

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
---
 .../files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts    | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
index 4589886190..7e070f49dc 100644
--- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
+++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-370-buffalo-ls421de.dts
@@ -211,6 +211,10 @@ 
 	};
 };
 
+&coherencyfab {
+	broken-idle;
+};
+
 &eth1 {
 	pinctrl-0 = <&ge1_rgmii_pins>;
 	pinctrl-names = "default";