Commit 492061bf authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Matthias Brugger

arm64: dts: mediatek: add missing cache properties

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

  mt7622-rfb1.dtb: l2-cache: 'cache-unified' is a required property
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230421223157.115367-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent ea6c5f21
......@@ -101,6 +101,7 @@ cpu1: cpu@1 {
L2: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};
......
......@@ -258,6 +258,7 @@ l2_0: l2-cache0 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l2_1: l2-cache1 {
......@@ -267,6 +268,7 @@ l2_1: l2-cache1 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l3_0: l3-cache {
......
......@@ -228,6 +228,7 @@ l2_0: l2-cache0 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l2_1: l2-cache1 {
......@@ -237,6 +238,7 @@ l2_1: l2-cache1 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l3_0: l3-cache {
......
......@@ -285,6 +285,7 @@ l2_0: l2-cache0 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l2_1: l2-cache1 {
......@@ -294,6 +295,7 @@ l2_1: l2-cache1 {
cache-line-size = <64>;
cache-sets = <512>;
next-level-cache = <&l3_0>;
cache-unified;
};
l3_0: l3-cache {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment