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:
parent
6f917ec31d
commit
891bcfe024
@ -72,7 +72,7 @@
|
||||
};
|
||||
|
||||
L2: l2-cache {
|
||||
compatible = "qcom,arch-cache";
|
||||
compatible = "cache";
|
||||
cache-level = <2>;
|
||||
qcom,saw = <&saw_l2>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user