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 <tmaimon77@gmail.com> Link: https://lore.kernel.org/r/20230421223154.115312-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 06c2afb commit a8cf500

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)