From: Konrad Dybcio Date: Mon, 26 Jun 2023 20:00:29 +0000 (+0200) Subject: arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 X-Git-Tag: v6.6.7~2047^2~6^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4322bb818bbcd36b441de9880fa4ac911a5eb51;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 Add the missing property to fix the dt checker warning: qcom/sc8180x-primus.dtb: l3-cache: 'cache-unified' is a required property Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform") Signed-off-by: Konrad Dybcio Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230626-topic-bindingsfixups-v1-7-254ae8642e69@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index a65dfd1..b7397fa 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -64,6 +64,7 @@ L3_0: l3-cache { compatible = "cache"; cache-level = <3>; + cache-unified; }; }; };