Skip to content

Commit 328acc5

Browse files
krzksudeep-holla
authored andcommitted
ARM: dts: vexpress: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified property to fix warnings like: vexpress-v2p-ca5s.dtb: cache-controller@2c0f0000: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230423150837.118466-1-krzysztof.kozlowski@linaro.org Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent ac9a786 commit 328acc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/vexpress-v2p-ca5s.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
reg = <0x2c0f0000 0x1000>;
133133
interrupts = <0 84 4>;
134134
cache-level = <2>;
135+
cache-unified;
135136
};
136137

137138
pmu {

0 commit comments

Comments
 (0)