Re: [PATCH v2 1/6] dt-bindings: clock: qcom: document the Eliza Global Clock Controller

From: Krzysztof Kozlowski

Date: Wed Jan 28 2026 - 06:15:32 EST


On Tue, Jan 27, 2026 at 05:03:19PM +0200, Abel Vesa wrote:
> From: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
>
> Add bindings documentation for the Global Clock Controller on Qualcomm
> Eliza SoC. Reuse the Milos bindings schema since the controller resources
> are exactly the same, even though the controllers are incompatible between
> them.
>
> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/clock/qcom,milos-gcc.yaml | 9 +-
> include/dt-bindings/clock/qcom,eliza-gcc.h | 218 +++++++++++++++++++++
> 2 files changed, 225 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,milos-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,milos-gcc.yaml
> index cf244c155f9a..539a0a804152 100644
> --- a/Documentation/devicetree/bindings/clock/qcom,milos-gcc.yaml
> +++ b/Documentation/devicetree/bindings/clock/qcom,milos-gcc.yaml
> @@ -8,16 +8,21 @@ title: Qualcomm Global Clock & Reset Controller on Milos
>
> maintainers:
> - Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> + - Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
>
> description: |
> Qualcomm global clock control module provides the clocks, resets and power
> domains on Milos.
>
> - See also: include/dt-bindings/clock/qcom,milos-gcc.h
> + See also:
> + - include/dt-bindings/clock/qcom,eliza-gcc.h
> + - include/dt-bindings/clock/qcom,milos-gcc.h
>
> properties:
> compatible:
> - const: qcom,milos-gcc
> + enum:
> + - qcom,milos-gcc
> + - qcom,eliza-gcc

Misordered.

Best regards,
Krzysztof