From: Krzysztof Kozlowski Date: Fri, 21 Apr 2023 22:31:54 +0000 (+0200) Subject: arm64: dts: nuvoton: add missing cache properties X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a8cf500c42c751b992f5480c390d6ad2419472e0;p=linux.git 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 Link: https://lore.kernel.org/r/20230421223154.115312-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi index 12118b75c0e6..383938dcd3ce 100644 --- a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi +++ b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi @@ -49,6 +49,8 @@ l2: l2-cache { compatible = "cache"; + cache-level = <2>; + cache-unified; }; };