This adds binding and driver for the global clock controller 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 | 129 + 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, 8123 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