[PATCH v1 1/2] ARM: dts: meson8: Add more L2 (PL310) cache properties
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Sat Jan 14 15:34:54 PST 2023
Add more L2 cache properties which are used by the 3.10 vendor kernel
but have not made it upstream yet.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
---
arch/arm/boot/dts/meson8.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
index 0f8bac8bac8b..a86f6afb8f87 100644
--- a/arch/arm/boot/dts/meson8.dtsi
+++ b/arch/arm/boot/dts/meson8.dtsi
@@ -651,6 +651,9 @@ &L2 {
arm,filter-ranges = <0x100000 0xc0000000>;
prefetch-data = <1>;
prefetch-instr = <1>;
+ arm,prefetch-offset = <7>;
+ arm,double-linefill = <1>;
+ arm,prefetch-drop = <1>;
arm,shared-override;
};
--
2.39.0
More information about the linux-amlogic
mailing list