Unverified Commit e2b96ceb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Chester Lin
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarMatthias Brugger <mbrugger@suse.com>
Signed-off-by: default avatarChester Lin <clin@suse.com>
Link: https://lore.kernel.org/r/20230421223202.115472-1-krzysztof.kozlowski@linaro.org
parent ac9a7868
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,11 +53,13 @@ cpu3: cpu@101 {
		cluster0_l2: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};

		cluster1_l2: l2-cache1 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};

+2 −0
Original line number Diff line number Diff line
@@ -62,11 +62,13 @@ cpu3: cpu@101 {
		cluster0_l2_cache: l2-cache0 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};

		cluster1_l2_cache: l2-cache1 {
			compatible = "cache";
			cache-level = <2>;
			cache-unified;
		};
	};