Re: [PATCH v2 2/4] dt-bindings: clock: Add Qualcomm SC8180X Camera clock controller
From: Krzysztof Kozlowski
Date: Fri May 02 2025 - 02:49:46 EST
On Wed, Apr 30, 2025 at 04:08:56PM GMT, Satya Priya Kakitapalli wrote:
> + clocks:
> + items:
> + - description: Camera AHB clock from GCC
> + - description: Board XO source
> + - description: Sleep clock source
> +
> + power-domains:
> + maxItems: 1
> + description:
> + A phandle and PM domain specifier for the MMCX power domain.
> +
> + required-opps:
> + maxItems: 1
> + description:
> + A phandle to an OPP node describing required MMCX performance point.
> +
> +allOf:
allOf: block goes after required: block. See example-schema or other
bindings.
Now I really wonder what did you take as an example, because none of the
files have such order, and this suggest you base your code on something
old or wrong.
> + - $ref: qcom,gcc.yaml#
Best regards,
Krzysztof