ARM: dts: qcom: apq8084: fix compatible for l2-cache

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
This commit is contained in:
Luca Weiss 2022-10-13 21:06:56 +02:00 committed by Bjorn Andersson
parent 6f917ec31d
commit 891bcfe024

View File

@ -72,7 +72,7 @@
};
L2: l2-cache {
compatible = "qcom,arch-cache";
compatible = "cache";
cache-level = <2>;
qcom,saw = <&saw_l2>;
};