ARM: dts: qcom: apq8084: fix compatible for l2-cache
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 13 Oct 2022 19:06:56 +0000 (21:06 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 22:53:09 +0000 (17:53 -0500)
The compatible "qcom,arch-cache" for l2-cache does not exist, and all
other Qualcomm boards use just "cache" for it. Fix it.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221013190657.48499-2-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8084.dtsi

index 5aa9f30..fe30abf 100644 (file)
@@ -72,7 +72,7 @@
                };
 
                L2: l2-cache {
-                       compatible = "qcom,arch-cache";
+                       compatible = "cache";
                        cache-level = <2>;
                        qcom,saw = <&saw_l2>;
                };