[PATCH v4 0/2] clk: qcom: SC8280XP GCC

From: Bjorn Andersson
Date: Wed May 04 2022 - 22:53:21 EST


This adds binding and driver for the Global Clock Controller (GCC) found in the
Qualcomm SC8280XP platform.

Bjorn Andersson (2):
dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings
clk: qcom: add sc8280xp GCC driver

.../bindings/clock/qcom,gcc-sc8280xp.yaml | 128 +
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/gcc-sc8280xp.c | 7488 +++++++++++++++++
include/dt-bindings/clock/qcom,gcc-sc8280xp.h | 496 ++
5 files changed, 8122 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sc8280xp.yaml
create mode 100644 drivers/clk/qcom/gcc-sc8280xp.c
create mode 100644 include/dt-bindings/clock/qcom,gcc-sc8280xp.h

--
2.35.1