Skip to content

Commit e035ddb

Browse files
krzkarndb
authored andcommitted
arm64: dts: socionext: add missing cache properties
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 <[email protected]> Signed-off-by: Kunihiko Hayashi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 0804f3b commit e035ddb

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
l2: l2-cache {
5454
compatible = "cache";
5555
cache-level = <2>;
56+
cache-unified;
5657
};
5758
};
5859

arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@
8787
a72_l2: l2-cache0 {
8888
compatible = "cache";
8989
cache-level = <2>;
90+
cache-unified;
9091
};
9192

9293
a53_l2: l2-cache1 {
9394
compatible = "cache";
9495
cache-level = <2>;
96+
cache-unified;
9597
};
9698
};
9799

arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
l2: l2-cache {
8585
compatible = "cache";
8686
cache-level = <2>;
87+
cache-unified;
8788
};
8889
};
8990

0 commit comments

Comments
 (0)