diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-11-07 09:04:36 +0100 |
---|---|---|
committer | Rob Herring <[email protected]> | 2023-12-08 07:24:20 -0600 |
commit | f0f99f371822c48847e02e56d6e7de507e18f186 (patch) | |
tree | bd1fe22ddc54be14ee565274366c14bb3b41712b | |
parent | 6a4ff5eab84323f0275b8bde36cf4cea5ff7dcb1 (diff) |
dt-bindings: cache: qcom,llcc: correct QDU1000 reg entries
Qualcomm QDU1000 DTSI comes with one LLCC0 base address as pointed by
dtbs_check:
qdu1000-idp.dtb: system-cache-controller@19200000: reg-names:2: 'llcc2_base' was expected
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Acked-by: Mukesh Ojha <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/cache/qcom,llcc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml index 580f9a97ddf7..d610b0be262c 100644 --- a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml +++ b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml @@ -64,6 +64,7 @@ allOf: compatible: contains: enum: + - qcom,qdu1000-llcc - qcom,sc7180-llcc - qcom,sm6350-llcc then: @@ -101,7 +102,6 @@ allOf: compatible: contains: enum: - - qcom,qdu1000-llcc - qcom,sc8180x-llcc - qcom,sc8280xp-llcc then: |