[PATCH 1/2] dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller

Neil Armstrong posted 2 patches 2 years, 2 months ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller
Posted by Neil Armstrong 2 years, 2 months ago
Document the Last Level Cache Controller on the SM8650 platform.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
index 580f9a97ddf7..7a211e35e166 100644
--- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
+++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
@@ -33,6 +33,7 @@ properties:
       - qcom,sm8350-llcc
       - qcom,sm8450-llcc
       - qcom,sm8550-llcc
+      - qcom,sm8650-llcc
 
   reg:
     minItems: 2

-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller
Posted by Rob Herring 2 years, 2 months ago
On Wed, 25 Oct 2023 09:31:36 +0200, Neil Armstrong wrote:
> Document the Last Level Cache Controller on the SM8650 platform.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>