mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230421223157.115367-1-krzysztof.kozlowski@linaro.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
ea6c5f21ef
commit
492061bfc0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user