Re: [PATCH v6 3/6] dt-bindings: arm: msm: Rework kpss-gcc driver Documentation to yaml

From: Rob Herring
Date: Thu Jan 12 2023 - 20:30:09 EST



On Tue, 10 Jan 2023 19:32:56 +0100, Christian Marangi wrote:
> Rework kpss-gcc driver Documentation to yaml Documentation and move it
> to clock as it's a clock-controller.
> The current kpss-gcc Documentation have major problems and can't be
> converted directly. Introduce various changes to the original
> Documentation.
>
> Add #clock-cells additional binding as this clock outputs a static clk
> named acpu_l2_aux with supported compatible.
> Only some compatible require and outputs a clock, for the others, set
> only the reg as a required binding to correctly export the kpss-gcc
> registers. As the reg is shared also add the required syscon compatible.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---
> .../bindings/arm/msm/qcom,kpss-gcc.txt | 44 ----------
> .../bindings/clock/qcom,kpss-gcc.yaml | 88 +++++++++++++++++++
> 2 files changed, 88 insertions(+), 44 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,kpss-gcc.txt
> create mode 100644 Documentation/devicetree/bindings/clock/qcom,kpss-gcc.yaml
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>