arm64: dts: ti: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 22:31:43 +0000 (00:31 +0200)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 8 May 2023 16:16:46 +0000 (21:46 +0530)
As all level 2 and level 3 caches are unified, add required
cache-unified properties to fix warnings like:

  k3-am6528-iot2050-basic-pg2.dtb: l3-cache0: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230421223143.115099-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am654.dtsi
arch/arm64/boot/dts/ti/k3-j7200.dtsi
arch/arm64/boot/dts/ti/k3-j721e.dtsi
arch/arm64/boot/dts/ti/k3-j721s2.dtsi

index 4cc329b271acaa8cfad7de7fe7c033a4dbba0ed0..888567b921f0ac46530f9a38daeea174e634ad72 100644 (file)
        msmc_l3: l3-cache0 {
                compatible = "cache";
                cache-level = <3>;
+               cache-unified;
        };
 
        thermal_zones: thermal-zones {
index bbe380c72a7ec513288e4def6aa003b4e65cdbc2..f1836ec8e9340da4e0fd6942a43780e9eed203a0 100644 (file)
@@ -95,6 +95,7 @@
        msmc_l3: l3-cache0 {
                compatible = "cache";
                cache-level = <3>;
+               cache-unified;
        };
 
        firmware {
index b912143b6a110873b9f4d9ec7688ed452d7197e8..c577f373940716a7a990e81a9e6a15cd7d838920 100644 (file)
@@ -97,6 +97,7 @@
        msmc_l3: l3-cache0 {
                compatible = "cache";
                cache-level = <3>;
+               cache-unified;
        };
 
        firmware {
index 376924726f1f36ac9fb5cd9d09c3745371dcb239..f3db277628cd007e56205610bc09c90c8be78a51 100644 (file)
@@ -81,6 +81,7 @@
        msmc_l3: l3-cache0 {
                compatible = "cache";
                cache-level = <3>;
+               cache-unified;
        };
 
        firmware {