Skip to content

Commit

Permalink
arm64: dts: socionext: add missing cache properties
Browse files Browse the repository at this point in the history
As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  uniphier-ld11-ref.dtb: l2-cache: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20231023021221.2884828-3-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Krzysztof Kozlowski authored and Arnd Bergmann committed Oct 23, 2023
1 parent 0804f3b commit e035ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
l2: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};

Expand Down
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@
a72_l2: l2-cache0 {
compatible = "cache";
cache-level = <2>;
cache-unified;
};

a53_l2: l2-cache1 {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
l2: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
};
};

Expand Down

0 comments on commit e035ddb

Please sign in to comment.