arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 26 Jun 2023 20:00:29 +0000 (22:00 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 14 Jul 2023 05:42:32 +0000 (22:42 -0700)
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 <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230626-topic-bindingsfixups-v1-7-254ae8642e69@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index a65dfd1..b7397fa 100644 (file)
@@ -64,6 +64,7 @@
                                L3_0: l3-cache {
                                        compatible = "cache";
                                        cache-level = <3>;
+                                       cache-unified;
                                };
                        };
                };