From: Krzysztof Kozlowski Date: Fri, 21 Apr 2023 22:31:40 +0000 (+0200) Subject: arm64: dts: amazon: add missing cache properties X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f921604a91c637eb57e57668045ca5c21f49f05;p=linux.git arm64: dts: amazon: add missing cache properties As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: alpine-v3-evp.dtb: cache@0: 'cache-unified' is a dependency of 'cache-size' Link: https://lore.kernel.org/r/20230421223141.115072-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/amazon/alpine-v3.dtsi b/arch/arm64/boot/dts/amazon/alpine-v3.dtsi index 73a352ea8fd5c..39481d7fd7d4d 100644 --- a/arch/arm64/boot/dts/amazon/alpine-v3.dtsi +++ b/arch/arm64/boot/dts/amazon/alpine-v3.dtsi @@ -250,6 +250,7 @@ cache-line-size = <64>; cache-sets = <2048>; cache-level = <2>; + cache-unified; }; cluster1_l2: cache@100 { @@ -258,6 +259,7 @@ cache-line-size = <64>; cache-sets = <2048>; cache-level = <2>; + cache-unified; }; cluster2_l2: cache@200 { @@ -266,6 +268,7 @@ cache-line-size = <64>; cache-sets = <2048>; cache-level = <2>; + cache-unified; }; cluster3_l2: cache@300 { @@ -274,6 +277,7 @@ cache-line-size = <64>; cache-sets = <2048>; cache-level = <2>; + cache-unified; }; };