Re: [PATCH V3 2/2] clk: qcom: Add SM6125 (TRINKET) GCC driver

From: Rob Herring
Date: Wed Jun 02 2021 - 15:10:29 EST


On Wed, May 26, 2021 at 08:43:21PM +0200, Martin Botka wrote:
> From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
>
> Add the clocks supported in global clock controller, which clock the
> peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks
> to the clock framework for the clients to be able to request for them.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
> Signed-off-by: Martin Botka <martin.botka@xxxxxxxxxxxxxx>
> ---
> Changes in V2:
> None
> Changes in V3:
> use parent_hws instead of one-clock parent_data
> abandon global parent name lookup
> remove a stray "//"
> drivers/clk/qcom/Kconfig | 7 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-sm6125.c | 4190 +++++++++++++++++++

> include/dt-bindings/clock/qcom,gcc-sm6125.h | 240 ++

This goes in the binding patch.

> 4 files changed, 4438 insertions(+)
> create mode 100644 drivers/clk/qcom/gcc-sm6125.c
> create mode 100644 include/dt-bindings/clock/qcom,gcc-sm6125.h