summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/broadcom/stingray
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 01:32:08 +0300
committerFlorian Fainelli <f.fainelli@gmail.com>2023-05-08 21:23:53 +0300
commit0709e55ed13e256994e440a4e0d62dc1cf3fc6a3 (patch)
tree3defd6dc4f9d5379df5785d5c50bf53619b536f2 /arch/arm64/boot/dts/broadcom/stingray
parentac9a78681b921877518763ba0e89202254349d1b (diff)
downloadlinux-0709e55ed13e256994e440a4e0d62dc1cf3fc6a3.tar.xz
arm64: dts: broadcom: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: bcm94908.dtb: l2-cache0: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: William Zhang <william.zhang@broadcom.com> Link: https://lore.kernel.org/r/20230421223208.115555-1-krzysztof.kozlowski@linaro.org Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/stingray')
-rw-r--r--arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
index 388424b3e1d3..7aece79bf882 100644
--- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
+++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
@@ -109,21 +109,25 @@
CLUSTER0_L2: l2-cache@0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
CLUSTER1_L2: l2-cache@100 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
CLUSTER2_L2: l2-cache@200 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
CLUSTER3_L2: l2-cache@300 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};