Skip to content

Commit

Permalink
dt-bindings: cache: qcom,llcc: Add LLCC compatible for QDU1000/QRU1000
Browse files Browse the repository at this point in the history
Add LLCC compatible for QDU1000/QRU1000 SoCs and add optional
nvmem-cells and nvmem-cell-names properties to support multiple
configurations for multi channel DDR.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230830105654.28057-2-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
  • Loading branch information
Komal Bajaj authored and Bjorn Andersson committed Sep 20, 2023
1 parent 5692aee commit 8e2506d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/cache/qcom,llcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ description: |
properties:
compatible:
enum:
- qcom,qdu1000-llcc
- qcom,sc7180-llcc
- qcom,sc7280-llcc
- qcom,sc8180x-llcc
Expand All @@ -44,6 +45,14 @@ properties:
interrupts:
maxItems: 1

nvmem-cells:
items:
- description: Reference to an nvmem node for multi channel DDR

nvmem-cell-names:
items:
- const: multi-chan-ddr

required:
- compatible
- reg
Expand Down Expand Up @@ -92,6 +101,7 @@ allOf:
compatible:
contains:
enum:
- qcom,qdu1000-llcc
- qcom,sc8180x-llcc
- qcom,sc8280xp-llcc
then:
Expand Down

0 comments on commit 8e2506d

Please sign in to comment.