diff mbox series

arm64: dts: synaptics: add missing cache properties

Message ID 20230421223145.115129-1-krzysztof.kozlowski@linaro.org
State Accepted
Commit 3740a577eaaa224db6e4bd3b6fdaea2fb3729814
Headers show
Series arm64: dts: synaptics: add missing cache properties | expand

Commit Message

Krzysztof Kozlowski April 21, 2023, 10:31 p.m. UTC
As all level 2 and level 3 caches are unified, add required
cache-unified and cache-level properties to fix warnings like:

  berlin4ct-stb.dtb: cache: 'cache-level' is a required property
  berlin4ct-stb.dtb: cache: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Please take the patch via sub-arch SoC tree.
---
 arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Krzysztof Kozlowski May 16, 2023, 4:39 p.m. UTC | #1
On Sat, 22 Apr 2023 00:31:45 +0200, Krzysztof Kozlowski wrote:
> As all level 2 and level 3 caches are unified, add required
> cache-unified and cache-level properties to fix warnings like:
> 
>   berlin4ct-stb.dtb: cache: 'cache-level' is a required property
>   berlin4ct-stb.dtb: cache: 'cache-unified' is a required property
> 
> 
> [...]

Applied, thanks!

Please let me know if this should go through any other tree.

[1/1] arm64: dts: synaptics: add missing cache properties
      https://git.kernel.org/krzk/linux-dt/c/3740a577eaaa224db6e4bd3b6fdaea2fb3729814

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
index dc12350b9fc8..53d616c3cfed 100644
--- a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
+++ b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
@@ -64,6 +64,8 @@  cpu3: cpu@3 {
 
 		l2: cache {
 			compatible = "cache";
+			cache-level = <2>;
+			cache-unified;
 		};
 
 		idle-states {