Re: [PATCH v4 1/4] dt-bindings: clock: ipq5424-apss-clk: Add ipq5424 apss clock controller
From: Krzysztof Kozlowski
Date: Wed Jul 30 2025 - 05:03:10 EST
On 30/07/2025 10:13, Varadarajan Narayanan wrote:
> +---
> +$id: http://devicetree.org/schemas/clock/qcom,ipq5424-apss-clk.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm APSS IPQ5424 Clock Controller
> +
> +maintainers:
> + - Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx>
> + - Md Sadre Alam <quic_mdalam@xxxxxxxxxxx>
My v2 comments seems still valid. Your explanation suggests they moved
on, so it is confusing to see them here.
Sricharan and Md Sadre, can you provide Acks for this?
> + - Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
> +
> +description:
> + The CPU core in ipq5424 is clocked by a huayra PLL with RCG support.
> + The RCG and PLL have a separate register space from the GCC.
> +
> +properties:
> + compatible:
> + enum:
> + - qcom,ipq5424-apss-clk
> +
> + reg:
> + maxItems: 1
> +
> + clocks:
> + items:
> + - description: Reference to the XO clock.
> + - description: Reference to the GPLL0 clock.
> +
> + clock-names:
> + items:
> + - const: xo
> + - const: clk_ref
> +
> + '#clock-cells':
> + const: 1
> +
> + '#interconnect-cells':
> + const: 1
> +
> +required:
> + - compatible
> + - reg
> + - clocks
> + - clock-names
> + - '#clock-cells'
> + - '#interconnect-cells'
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/clock/qcom,ipq5424-gcc.h>
> +
> + apss_clk: clock@fa80000 {
This is never called clock@, but clock-controller. Look at any other
qcom bindings or DTS.
Or your cells are incorrect.
Best regards,
Krzysztof