Skip to content

Commit a8cf500

Browse files
committed
arm64: dts: nuvoton: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified and cache-level properties to fix warnings like: nuvoton-npcm845-evb.dtb: l2-cache: 'cache-level' is a required property nuvoton-npcm845-evb.dtb: l2-cache: 'cache-unified' is a required property Reviewed-by: Tomer Maimon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 06c2afb commit a8cf500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949

5050
l2: l2-cache {
5151
compatible = "cache";
52+
cache-level = <2>;
53+
cache-unified;
5254
};
5355
};
5456

0 commit comments

Comments
 (0)