Re: [PATCH 1/2] dt-bindings: clock: qcom: Fix x1e80100 camcc power-domain declaration

From: Krzysztof Kozlowski
Date: Mon Mar 11 2024 - 12:52:01 EST


On 11/03/2024 01:33, Bryan O'Donoghue wrote:
> camcc on x1e80100 requires two power domains MXC and MMCX. Define those as
> part of the schema.
>

..

>
> required-opps:
> maxItems: 1
> @@ -56,6 +52,35 @@ required:
> - power-domains
> - required-opps
>
> +allOf:
> + - $ref: qcom,gcc.yaml#
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - qcom,sc8280xp-camcc
> + - qcom,sm8450-camcc
> + - qcom,sm8550-camcc
> + then:
> + properties:
> + power-domains:
> + description:
> + A phandle and PM domain specifier for the MMCX power domain.

This does not narrow the number of items. You need items with
description, just like you have for x1e. And drop redundant parts. This
is just "MMCX power domain"

> +
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - qcom,x1e80100-camcc
> + then:
> + properties:
> + power-domains:
> + items:
> + - description: A phandle and PM domain specifier for the MXC power domain.

Drop redundant parts of description:
MXC power domain

> + - description: A phandle and PM domain specifier for the MMCX power domain.

MMCX power domain


Best regards,
Krzysztof