summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/s32v234.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 00:32:02 +0200
committerChester Lin <clin@suse.com>2023-05-13 01:58:20 +0800
commite2b96ceb554ec964e536dd443217d514684f6c49 (patch)
treea5645e789aeb6f29f77f867af44cb008a4e706bc /arch/arm64/boot/dts/freescale/s32v234.dtsi
parentac9a78681b921877518763ba0e89202254349d1b (diff)
arm64: dts: s32: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: s32g274a-evb.dtb: l2-cache1: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Signed-off-by: Chester Lin <clin@suse.com> Link: https://lore.kernel.org/r/20230421223202.115472-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/freescale/s32v234.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/s32v234.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/s32v234.dtsi b/arch/arm64/boot/dts/freescale/s32v234.dtsi
index 3e306218d533..42409ec56792 100644
--- a/arch/arm64/boot/dts/freescale/s32v234.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32v234.dtsi
@@ -62,11 +62,13 @@
cluster0_l2_cache: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
cluster1_l2_cache: l2-cache1 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};