summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 00:31:59 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2023-05-17 11:03:09 +0200
commitae1c0d6eb45a7839396337ea597090542b294c7d (patch)
tree9610c8adabd164b2c9b4d743404b78175f8d1d24 /arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi
parentac9a78681b921877518763ba0e89202254349d1b (diff)
arm64: dts: marvell: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: ac5-98dx35xx-rd.dtb: l2-cache: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi
index 7740098fd108..8848238f9565 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap807-quad.dtsi
@@ -82,6 +82,7 @@
cache-line-size = <64>;
cache-sets = <512>;
cache-level = <2>;
+ cache-unified;
};
l2_1: l2-cache1 {
@@ -90,6 +91,7 @@
cache-line-size = <64>;
cache-sets = <512>;
cache-level = <2>;
+ cache-unified;
};
};
};