mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 10:29:52 +00:00
dt-bindings: cache: qcom,llcc: Add LLCC compatible for QDU1000/QRU1000
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
5692aeea5b
commit
8e2506d012
@@ -20,6 +20,7 @@ description: |
|
|||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- qcom,qdu1000-llcc
|
||||||
- qcom,sc7180-llcc
|
- qcom,sc7180-llcc
|
||||||
- qcom,sc7280-llcc
|
- qcom,sc7280-llcc
|
||||||
- qcom,sc8180x-llcc
|
- qcom,sc8180x-llcc
|
||||||
@@ -44,6 +45,14 @@ properties:
|
|||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
|
nvmem-cells:
|
||||||
|
items:
|
||||||
|
- description: Reference to an nvmem node for multi channel DDR
|
||||||
|
|
||||||
|
nvmem-cell-names:
|
||||||
|
items:
|
||||||
|
- const: multi-chan-ddr
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
@@ -92,6 +101,7 @@ allOf:
|
|||||||
compatible:
|
compatible:
|
||||||
contains:
|
contains:
|
||||||
enum:
|
enum:
|
||||||
|
- qcom,qdu1000-llcc
|
||||||
- qcom,sc8180x-llcc
|
- qcom,sc8180x-llcc
|
||||||
- qcom,sc8280xp-llcc
|
- qcom,sc8280xp-llcc
|
||||||
then:
|
then:
|
||||||
|
|||||||
Reference in New Issue
Block a user