diff options
author | Song Xue <quic_songxue@quicinc.com> | 2024-10-10 09:38:39 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-11-04 07:05:18 +0300 |
commit | 08e2d7c64edddbc0b0885be901b3f752ea245587 (patch) | |
tree | ec96210a2cb51a20e631e01eec8bc0b0a18cc6af | |
parent | 1685f685ff8036c74c3b5e9006ec7ceda5bafefa (diff) | |
download | linux-08e2d7c64edddbc0b0885be901b3f752ea245587.tar.xz |
dt-bindings: cache: qcom,llcc: Document the QCS615 LLCC
Document the LLCC on the QCS615 platform.
The QCS615 platform has LLCC as the system cache controller. It
includes 1 LLCC instance and 1 broadcast interface.
Signed-off-by: Song Xue <quic_songxue@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241010-add_llcc_support_for_qcs615-v2-1-044432450a75@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml index 2edacf28944c..a79d6699eb07 100644 --- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml +++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml @@ -20,6 +20,7 @@ description: | properties: compatible: enum: + - qcom,qcs615-llcc - qcom,qdu1000-llcc - qcom,sa8775p-llcc - qcom,sar1130p-llcc @@ -95,6 +96,7 @@ allOf: compatible: contains: enum: + - qcom,qcs615-llcc - qcom,sc7180-llcc - qcom,sm6350-llcc then: |