arm64: dts: qcom: msm8998: Fix cache nodes
authorRob Herring <robh@kernel.org>
Fri, 17 Dec 2021 21:11:36 +0000 (15:11 -0600)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 1 Feb 2022 00:20:21 +0000 (18:20 -0600)
commitfad35efa75a22050bb4b7cace8c1c9dd4fc70d16
tree2a67ec0c28df3b76902b0a14b3b704f3d9696156
parent2a03c21cca5ffd527c9ea2e88e52e58e1c69331b
arm64: dts: qcom: msm8998: Fix cache nodes

The msm8998 cache nodes have some issues. First, L1 caches are described
within cpu nodes, not as separate nodes. The 'next-level-cache' property
is of course in the correct location, otherwise the cache hierarchy
walking would not work. Remove all the L1 cache nodes.

Second, 'arm,arch-cache' is not a documented compatible string. "cache"
is a sufficient compatible string for the Arm architected caches.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211217211136.3536443-1-robh@kernel.org
arch/arm64/boot/dts/qcom/msm8998.dtsi