mbox series

[0/2] Rename LLCC cache-controller to system-cache-controller

Message ID cover.1573814758.git.saiprakash.ranjan@codeaurora.org (mailing list archive)
Headers show
Series Rename LLCC cache-controller to system-cache-controller | expand

Message

Sai Prakash Ranjan Nov. 15, 2019, 10:59 a.m. UTC
DT schema checks for the node name 'cache-controller' and enforces
that there has to be a cache-level associated with it. But LLCC is
a system cache and does not have a cache-level property and hence
the dt binding check fails. So let us rename the LLCC cache-controller
to system-cache-controller which is the proper description and also
makes the schema happy.

Sai Prakash Ranjan (2):
  dt-bindings: msm: Rename cache-controller to system-cache-controller
  arm64: dts: sdm845: Update the device tree node for LLCC

 Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 2 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)