Thread (3 messages) 3 messages, 3 authors, 2023-04-25

Re: [PATCH] arm64: dts: s32: add missing cache properties

From: Chester Lin <hidden>
Date: 2023-04-25 07:46:44
Also in: linux-devicetree, lkml

On Mon, Apr 24, 2023 at 12:37:34PM +0200, Matthias Brugger wrote:

On 22/04/2023 00:32, Krzysztof Kozlowski wrote:
quoted
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 <redacted>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
quoted
---

Please take the patch via sub-arch SoC tree.
---
  arch/arm64/boot/dts/freescale/s32g2.dtsi   | 2 ++
  arch/arm64/boot/dts/freescale/s32v234.dtsi | 2 ++
  2 files changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/s32g2.dtsi b/arch/arm64/boot/dts/freescale/s32g2.dtsi
index d8c82da88ca0..5ac1cc9ff50e 100644
--- a/arch/arm64/boot/dts/freescale/s32g2.dtsi
+++ b/arch/arm64/boot/dts/freescale/s32g2.dtsi
@@ -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;
  		};
  	};
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 @@ 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;
  		};
  	};
Applied to https://github.com/chesterlintw/linux-s32g/tree/s32g2/next

Thanks,
Chester

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help