Re: [PATCH 1/2] dt-bindings: cache: qcom,llcc: Document Eliza LLCC block

From: Krzysztof Kozlowski

Date: Wed May 06 2026 - 04:30:31 EST


On Mon, May 04, 2026 at 01:00:07PM +0300, Abel Vesa wrote:
> Document the Last Level Cache Controller on Eliza SoC. Eliza LLCC has 2
> base register regions and an additional AND, OR broadcast region, total 4
> register regions.
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/cache/qcom,llcc.yaml | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/cache/qcom,llcc.yaml b/Documentation/devicetree/bindings/cache/qcom,llcc.yaml
> index 995d57815781..90f5a54b76e3 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,eliza-llcc
> - qcom,glymur-llcc
> - qcom,ipq5424-llcc
> - qcom,kaanapali-llcc
> @@ -341,6 +342,27 @@ allOf:
> - const: llcc_broadcast_base
> - const: llcc_broadcast_and_base
>
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - qcom,eliza-llcc
> + then:
> + properties:
> + reg:
> + items:
> + - description: LLCC0 base register region
> + - description: LLCC2 base register region

LLCC1?

> + - description: LLCC broadcast OR register region
> + - description: LLCC broadcast AND register region
> + reg-names:
> + items:
> + - const: llcc0_base
> + - const: llcc2_base

llcc1_base?

Best regards,
Krzysztof