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