[PATCH] ARM: dts: vexpress: add missing cache properties

Krzysztof Kozlowski posted 1 patch 2 years, 7 months ago
arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 1 +
1 file changed, 1 insertion(+)
[PATCH] ARM: dts: vexpress: add missing cache properties
Posted by Krzysztof Kozlowski 2 years, 7 months ago
As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  vexpress-v2p-ca5s.dtb: cache-controller@2c0f0000: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
index 3b88209bacea..ff1f9a1bcfcf 100644
--- a/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
+++ b/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
@@ -132,6 +132,7 @@ L2: cache-controller@2c0f0000 {
 		reg = <0x2c0f0000 0x1000>;
 		interrupts = <0 84 4>;
 		cache-level = <2>;
+		cache-unified;
 	};
 
 	pmu {
-- 
2.34.1
Re: [PATCH] ARM: dts: vexpress: add missing cache properties
Posted by Sudeep Holla 2 years, 7 months ago
On Sun, 23 Apr 2023 17:08:37 +0200, Krzysztof Kozlowski wrote:
> As all level 2 and level 3 caches are unified, add required
> cache-unified property to fix warnings like:
> 
>   vexpress-v2p-ca5s.dtb: cache-controller@2c0f0000: 'cache-unified' is a required property
> 

Applied to sudeep.holla/linux (for-next/juno/fixes), thanks!

[1/1] ARM: dts: vexpress: add missing cache properties
      https://git.kernel.org/sudeep.holla/c/328acc5657c6
--
Regards,
Sudeep