arm64: dts: lg: add missing cache properties

As all level 2 and level 3 caches are unified, add required
cache-unified and cache-level properties to fix warnings like:

  lg1312-ref.dtb: l2-cache0: 'cache-level' is a required property

Acked-by: Chanho Min <chanho.min@lge.com>
Link: https://lore.kernel.org/r/20230421223201.115439-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2023-04-22 00:32:01 +02:00
parent a8cf500c42
commit 1193001081
2 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,8 @@ cpu3: cpu@3 {
};
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};

View File

@ -48,6 +48,8 @@ cpu3: cpu@3 {
};
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};