[PATCH 2/4] dt-bindings: cache: qcom,llcc: Document the QCS8300 LLCC

Jingyi Wang posted 4 patches 1 year, 5 months ago
[PATCH 2/4] dt-bindings: cache: qcom,llcc: Document the QCS8300 LLCC
Posted by Jingyi Wang 1 year, 5 months ago
Document the Last Level Cache Controller on QCS8300 platform.

Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
---
 Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
index 03241b719c98..69d9bcc5614c 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,qcs8300-llcc
       - qcom,qdu1000-llcc
       - qcom,sa8775p-llcc
       - qcom,sc7180-llcc
@@ -170,6 +171,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - qcom,qcs8300-llcc
               - qcom,sdm845-llcc
               - qcom,sm8150-llcc
               - qcom,sm8250-llcc

-- 
2.25.1
Re: [PATCH 2/4] dt-bindings: cache: qcom,llcc: Document the QCS8300 LLCC
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On Tue, Sep 03, 2024 at 02:21:30PM +0800, Jingyi Wang wrote:
> Document the Last Level Cache Controller on QCS8300 platform.
> 
> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
> ---
>  Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Although this looks incomplete, considering you need other properties
for your variant.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof